Html Css Color HEX #453786 Dark Slate Blue

📋 copy color: '#453786'

red 69 ◦ green 55 ◦ blue 134

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

Shades of Dark Slate Blue #453786

Tints of Dark Slate Blue #453786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 134 (52.73% from 255) = 51.94%

R = 26.74%
G = 21.32%
B = 51.94%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#453786 (or 0x453786) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 86. RGB value is (69,55,134). Sum of RGB (Red+Green+Blue) = 69+55+134=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #453786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453786 is #BAC879. Grayscale: #434343. Windows color (decimal): -12241018 or 8795973. OLE color: 8795973.

HSL color Cylindrical-coordinate representation of color #453786: hue angle of 250.63º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453786 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 55 134 -
CMYK 0.49 0.59 0 0.47
HSL 250.63º 0.42% 0.37% -
HSV(B) 250.63º 0.59% 0.53% -
XYZ 8.12 5.72 23.23 -
YUV 68.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 69 55 134 0.49 0.59 0 0.47 250.63 0.42 0.37
Hex 45 37 86 31 3B 0 2F FB 2A 25
Octal 105 67 206 61 73 0 57 373 52 45
Binary 1000101 110111 10000110 110001 111011 0 101111 11111011 101010 100101

Color Harmonies of #453786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453786

Black with #453786

Text Example


Text Example

White with #453786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453786; }

 p { color: rgb(69,55,134); }

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

background-color css

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

 a { background-color: rgb(69,55,134); }

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

border-color css

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

 span { border-color: rgb(69,55,134); }

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