Html Css Color HEX #454288 Dark Slate Blue

📋 copy color: '#454288'

red 69 ◦ green 66 ◦ blue 136

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

Shades of Dark Slate Blue #454288

Tints of Dark Slate Blue #454288

RGB

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

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

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

R = 25.46%
G = 24.35%
B = 50.18%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#454288 (or 0x454288) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 88. RGB value is (69,66,136). Sum of RGB (Red+Green+Blue) = 69+66+136=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #454288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454288 is #BABD77. Grayscale: #4A4A4A. Windows color (decimal): -12238200 or 8929861. OLE color: 8929861.

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

Color convert

RGB 69 66 136 -
CMYK 0.49 0.51 0 0.47
HSL 242.57º 0.35% 0.4% -
HSV(B) 242.57º 0.51% 0.53% -
XYZ 8.85 6.94 24.17 -
YUV 74.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 69 66 136 0.49 0.51 0 0.47 242.57 0.35 0.4
Hex 45 42 88 31 33 0 2F F3 23 28
Octal 105 102 210 61 63 0 57 363 43 50
Binary 1000101 1000010 10001000 110001 110011 0 101111 11110011 100011 101000

Color Harmonies of #454288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454288

Black with #454288

Text Example


Text Example

White with #454288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454288; }

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

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

background-color css

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

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

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

border-color css

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

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

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