Html Css Color HEX #453D7C Dark Slate Blue

📋 copy color: '#453D7C'

red 69 ◦ green 61 ◦ blue 124

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

Shades of Dark Slate Blue #453D7C

Tints of Dark Slate Blue #453D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

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

R = 27.17%
G = 24.02%
B = 48.82%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#453D7C (or 0x453D7C) is known color: Dark Slate Blue. HEX triplet: 45, 3D and 7C. RGB value is (69,61,124). Sum of RGB (Red+Green+Blue) = 69+61+124=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #453D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D7C is #BAC283. Grayscale: #464646. Windows color (decimal): -12239492 or 8142149. OLE color: 8142149.

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

Color convert

RGB 69 61 124 -
CMYK 0.44 0.51 0 0.51
HSL 247.62º 0.34% 0.36% -
HSV(B) 247.62º 0.51% 0.49% -
XYZ 7.76 6.06 19.83 -
YUV 70.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 69 61 124 0.44 0.51 0 0.51 247.62 0.34 0.36
Hex 45 3D 7C 2C 33 0 33 F8 22 24
Octal 105 75 174 54 63 0 63 370 42 44
Binary 1000101 111101 1111100 101100 110011 0 110011 11111000 100010 100100

Color Harmonies of #453D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D7C

Black with #453D7C

Text Example


Text Example

White with #453D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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