Html Css Color HEX #454292 Dark Slate Blue

📋 copy color: '#454292'

red 69 ◦ green 66 ◦ blue 146

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

Shades of Dark Slate Blue #454292

Tints of Dark Slate Blue #454292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 24.56%
G = 23.49%
B = 51.96%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#454292 (or 0x454292) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 92. RGB value is (69,66,146). Sum of RGB (Red+Green+Blue) = 69+66+146=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #454292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454292 is #BABD6D. Grayscale: #4B4B4B. Windows color (decimal): -12238190 or 9585221. OLE color: 9585221.

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

Color convert

RGB 69 66 146 -
CMYK 0.53 0.55 0 0.43
HSL 242.25º 0.38% 0.42% -
HSV(B) 242.25º 0.55% 0.57% -
XYZ 9.59 7.24 28.09 -
YUV 76.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 69 66 146 0.53 0.55 0 0.43 242.25 0.38 0.42
Hex 45 42 92 35 37 0 2B F2 26 2A
Octal 105 102 222 65 67 0 53 362 46 52
Binary 1000101 1000010 10010010 110101 110111 0 101011 11110010 100110 101010

Color Harmonies of #454292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454292

Black with #454292

Text Example


Text Example

White with #454292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454292; }

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

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

background-color css

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

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

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

border-color css

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

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

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