Html Css Color HEX #454299 Dark Slate Blue

📋 copy color: '#454299'

red 69 ◦ green 66 ◦ blue 153

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

Shades of Dark Slate Blue #454299

Tints of Dark Slate Blue #454299

RGB

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

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

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

R = 23.96%
G = 22.92%
B = 53.13%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#454299 (or 0x454299) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 99. RGB value is (69,66,153). Sum of RGB (Red+Green+Blue) = 69+66+153=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #454299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454299 is #BABD66. Grayscale: #4C4C4C. Windows color (decimal): -12238183 or 10043973. OLE color: 10043973.

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

Color convert

RGB 69 66 153 -
CMYK 0.55 0.57 0 0.4
HSL 242.07º 0.4% 0.43% -
HSV(B) 242.07º 0.57% 0.6% -
XYZ 10.15 7.46 31.04 -
YUV 76.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 69 66 153 0.55 0.57 0 0.4 242.07 0.4 0.43
Hex 45 42 99 37 39 0 28 F2 28 2B
Octal 105 102 231 67 71 0 50 362 50 53
Binary 1000101 1000010 10011001 110111 111001 0 101000 11110010 101000 101011

Color Harmonies of #454299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454299

Black with #454299

Text Example


Text Example

White with #454299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454299; }

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

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

background-color css

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

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

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

border-color css

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

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

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