Html Css Color HEX #454588 Dark Slate Blue

📋 copy color: '#454588'

red 69 ◦ green 69 ◦ blue 136

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

Shades of Dark Slate Blue #454588

Tints of Dark Slate Blue #454588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 25.18%
G = 25.18%
B = 49.64%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#454588 (or 0x454588) is known color: Dark Slate Blue. HEX triplet: 45, 45 and 88. RGB value is (69,69,136). Sum of RGB (Red+Green+Blue) = 69+69+136=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #454588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454588 is #BABA77. Grayscale: #4C4C4C. Windows color (decimal): -12237432 or 8930629. OLE color: 8930629.

HSL color Cylindrical-coordinate representation of color #454588: hue angle of 240º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454588 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 69 136 -
CMYK 0.49 0.49 0 0.47
HSL 240º 0.33% 0.4% -
HSV(B) 240º 0.49% 0.53% -
XYZ 9.03 7.3 24.23 -
YUV 76.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 69 69 136 0.49 0.49 0 0.47 240 0.33 0.4
Hex 45 45 88 31 31 0 2F F0 21 28
Octal 105 105 210 61 61 0 57 360 41 50
Binary 1000101 1000101 10001000 110001 110001 0 101111 11110000 100001 101000

Color Harmonies of #454588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454588

Black with #454588

Text Example


Text Example

White with #454588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454588; }

 p { color: rgb(69,69,136); }

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

background-color css

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

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

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

border-color css

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

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

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