Html Css Color HEX #453B7C Dark Slate Blue

📋 copy color: '#453B7C'

red 69 ◦ green 59 ◦ blue 124

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

Shades of Dark Slate Blue #453B7C

Tints of Dark Slate Blue #453B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 27.38%
G = 23.41%
B = 49.21%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#453B7C (or 0x453B7C) is known color: Dark Slate Blue. HEX triplet: 45, 3B and 7C. RGB value is (69,59,124). Sum of RGB (Red+Green+Blue) = 69+59+124=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #453B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B7C is #BAC483. Grayscale: #454545. Windows color (decimal): -12240004 or 8141637. OLE color: 8141637.

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

Color convert

RGB 69 59 124 -
CMYK 0.44 0.52 0 0.51
HSL 249.23º 0.36% 0.36% -
HSV(B) 249.23º 0.52% 0.49% -
XYZ 7.66 5.85 19.79 -
YUV 69.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 69 59 124 0.44 0.52 0 0.51 249.23 0.36 0.36
Hex 45 3B 7C 2C 34 0 33 F9 24 24
Octal 105 73 174 54 64 0 63 371 44 44
Binary 1000101 111011 1111100 101100 110100 0 110011 11111001 100100 100100

Color Harmonies of #453B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B7C

Black with #453B7C

Text Example


Text Example

White with #453B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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