Html Css Color HEX #45429C Dark Slate Blue

📋 copy color: '#45429C'

red 69 ◦ green 66 ◦ blue 156

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

Shades of Dark Slate Blue #45429C

Tints of Dark Slate Blue #45429C

RGB

 RED value IS 69 (27.34% from 255) = 23.71%

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

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

R = 23.71%
G = 22.68%
B = 53.61%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45429C (or 0x45429C) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 9C. RGB value is (69,66,156). Sum of RGB (Red+Green+Blue) = 69+66+156=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #45429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45429C is #BABD63. Grayscale: #4C4C4C. Windows color (decimal): -12238180 or 10240581. OLE color: 10240581.

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

Color convert

RGB 69 66 156 -
CMYK 0.56 0.58 0 0.39
HSL 242º 0.41% 0.44% -
HSV(B) 242º 0.58% 0.61% -
XYZ 10.4 7.56 32.36 -
YUV 77.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 69 66 156 0.56 0.58 0 0.39 242 0.41 0.44
Hex 45 42 9C 38 3A 0 27 F2 29 2C
Octal 105 102 234 70 72 0 47 362 51 54
Binary 1000101 1000010 10011100 111000 111010 0 100111 11110010 101001 101100

Color Harmonies of #45429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45429C

Black with #45429C

Text Example


Text Example

White with #45429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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