Html Css Color HEX #40429C Dark Slate Blue

📋 copy color: '#40429C'

red 64 ◦ green 66 ◦ blue 156

#40429C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #40429C

Tints of Dark Slate Blue #40429C

RGB

 RED value IS 64 (25.39% from 255) = 22.38%

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 22.38%
G = 23.08%
B = 54.55%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#40429C (or 0x40429C) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 9C. RGB value is (64,66,156). Sum of RGB (Red+Green+Blue) = 64+66+156=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #40429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40429C is #BFBD63. Grayscale: #4B4B4B. Windows color (decimal): -12565860 or 10240576. OLE color: 10240576.

HSL color Cylindrical-coordinate representation of color #40429C: hue angle of 238.7º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40429C is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 66 156 -
CMYK 0.59 0.58 0 0.39
HSL 238.7º 0.42% 0.43% -
HSV(B) 238.7º 0.59% 0.61% -
XYZ 10.06 7.39 32.35 -
YUV 75.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 64 66 156 0.59 0.58 0 0.39 238.7 0.42 0.43
Hex 40 42 9C 3B 3A 0 27 EF 2A 2B
Octal 100 102 234 73 72 0 47 357 52 53
Binary 1000000 1000010 10011100 111011 111010 0 100111 11101111 101010 101011

Color Harmonies of #40429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40429C

Black with #40429C

Text Example


Text Example

White with #40429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40429C; }

 p { color: rgb(64,66,156); }

 H1.HeaderClassName
 {
   color: #40429C;
 }
 .AnyTagClassName
 {
   color: #40429C;
 }
</style>

background-color css

<style>
 a { background-color: #40429C; }

 a { background-color: rgb(64,66,156); }

 div.DivClassName
 {
   background-color: #40429C;
 }
 .BgClassName
 {
   background-color: #40429C;
 }
</style>

border-color css

<style>
 span { border-color: #40429C; }

 span { border-color: rgb(64,66,156); }

 td.TdClassName
 {
   border-color: #40429C;
 }
 .TagClassName
 {
   border-color: #40429C;
 }
</style>