Color Hex Logo

#42468d Color Hex

#42468D
(66,70,141)
0 Favorites   0 Comments

Color spaces of #42468d

RGB 6670141
HSL0.660.360.41
HSV237°53°55°
CMYK 0.530.500.00   0.45
XYZ9.24467.461726.1523
Yxy7.46170.21570.1741
Hunter Lab27.316112.6066-37.6427
CIE-Lab32.835719.4442-40.1222

#42468d color RGB value is (66,70,141).

#42468d hex color red value is 66, green value is 70 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #42468d hue: 0.66 , saturation: 0.36 and the lightness value of 42468d is 0.41.

The process color (four color CMYK) of #42468d color hex is 0.53, 0.50, 0.00, 0.45. Web safe color of #42468d is #333399. Color #42468d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 10001101
Octal 102 106 215
Decimal 66 70 141
Hex 42 46 8D

RGB Percentages of Color #42468d

%23.83
%25.27
%50.90

CMYK Percentages of Color #42468d

%53
%50
%0
%45

Triadic Colors of #42468d

#42468d #8d4246 #468d42

Analogous Colors of #42468d

#42468d #64428d #426c8d

Monochromatic Colors of #42468d

#42468d

Complementary Color

#42468d #8d8942

#42468d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42468d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42468d Color CSS Codes

.mybgcolor {background-color:#42468d; } 
.myforecolor {color:#42468d; }
.mybordercolor {border:3px solid #42468d; }

#42468d Text Font Color

<p style="color:#42468d">Text here</p>

This sample text font color is #42468d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#42468d Background Color

<div style="background-color:#42468d">
Div content here</div>

This div background color is #42468d


#42468d Border Color

<div style="border:3px solid #42468d">
Div here</div>

This div border color is #42468d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,70,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42468d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42468d;
  -webkit-box-shadow: 1px 1px 3px 2px #42468d;
  box-shadow:         1px 1px 3px 2px #42468d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,70,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #42468d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #42468d;
  -webkit-box-shadow: 1px 1px 3px 2px #42468d;
  box-shadow:         1px 1px 3px 2px #42468d;">
Div content here</div>

This div box has shadow with color #42468d


Comments

No comments written yet.

Please login to write comment.