Html Css Color HEX #453992 Dark Slate Blue

📋 copy color: '#453992'

red 69 ◦ green 57 ◦ blue 146

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

Shades of Dark Slate Blue #453992

Tints of Dark Slate Blue #453992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

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

R = 25.37%
G = 20.96%
B = 53.68%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#453992 (or 0x453992) is known color: Dark Slate Blue. HEX triplet: 45, 39 and 92. RGB value is (69,57,146). Sum of RGB (Red+Green+Blue) = 69+57+146=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #453992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453992 is #BAC66D. Grayscale: #464646. Windows color (decimal): -12240494 or 9582917. OLE color: 9582917.

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

Color convert

RGB 69 57 146 -
CMYK 0.53 0.61 0 0.43
HSL 248.09º 0.44% 0.4% -
HSV(B) 248.09º 0.61% 0.57% -
XYZ 9.11 6.27 27.92 -
YUV 70.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 69 57 146 0.53 0.61 0 0.43 248.09 0.44 0.4
Hex 45 39 92 35 3D 0 2B F8 2C 28
Octal 105 71 222 65 75 0 53 370 54 50
Binary 1000101 111001 10010010 110101 111101 0 101011 11111000 101100 101000

Color Harmonies of #453992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453992

Black with #453992

Text Example


Text Example

White with #453992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453992; }

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

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

background-color css

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

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

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

border-color css

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

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

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