Html Css Color HEX #453B7E Dark Slate Blue

📋 copy color: '#453B7E'

red 69 ◦ green 59 ◦ blue 126

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

Shades of Dark Slate Blue #453B7E

Tints of Dark Slate Blue #453B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

 BLUE value IS 126 (49.61% from 255) = 49.61%

R = 27.17%
G = 23.23%
B = 49.61%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#453B7E (or 0x453B7E) is known color: Dark Slate Blue. HEX triplet: 45, 3B and 7E. RGB value is (69,59,126). Sum of RGB (Red+Green+Blue) = 69+59+126=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #453B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B7E is #BAC481. Grayscale: #454545. Windows color (decimal): -12240002 or 8272709. OLE color: 8272709.

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

Color convert

RGB 69 59 126 -
CMYK 0.45 0.53 0 0.51
HSL 248.96º 0.36% 0.36% -
HSV(B) 248.96º 0.53% 0.49% -
XYZ 7.78 5.9 20.47 -
YUV 69.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 69 59 126 0.45 0.53 0 0.51 248.96 0.36 0.36
Hex 45 3B 7E 2D 35 0 33 F9 24 24
Octal 105 73 176 55 65 0 63 371 44 44
Binary 1000101 111011 1111110 101101 110101 0 110011 11111001 100100 100100

Color Harmonies of #453B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B7E

Black with #453B7E

Text Example


Text Example

White with #453B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453B7E; }

 p { color: rgb(69,59,126); }

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

background-color css

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

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

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

border-color css

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

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

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