Html Css Color HEX #454599 Dark Slate Blue

📋 copy color: '#454599'

red 69 ◦ green 69 ◦ blue 153

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

Shades of Dark Slate Blue #454599

Tints of Dark Slate Blue #454599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 23.71%
G = 23.71%
B = 52.58%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#454599 (or 0x454599) is known color: Dark Slate Blue. HEX triplet: 45, 45 and 99. RGB value is (69,69,153). Sum of RGB (Red+Green+Blue) = 69+69+153=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #454599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454599 is #BABA66. Grayscale: #4E4E4E. Windows color (decimal): -12237415 or 10044741. OLE color: 10044741.

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

Color convert

RGB 69 69 153 -
CMYK 0.55 0.55 0 0.4
HSL 240º 0.38% 0.44% -
HSV(B) 240º 0.55% 0.6% -
XYZ 10.33 7.82 31.1 -
YUV 78.58 170 121.17 -
System Red Green Blue C M Y K H S L
Decimal 69 69 153 0.55 0.55 0 0.4 240 0.38 0.44
Hex 45 45 99 37 37 0 28 F0 26 2C
Octal 105 105 231 67 67 0 50 360 46 54
Binary 1000101 1000101 10011001 110111 110111 0 101000 11110000 100110 101100

Color Harmonies of #454599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454599

Black with #454599

Text Example


Text Example

White with #454599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454599; }

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

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

background-color css

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

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

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

border-color css

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

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

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