Html Css Color HEX #453576 Windsor

📋 copy color: '#453576'

red 69 ◦ green 53 ◦ blue 118

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

Shades of Windsor #453576

Tints of Windsor #453576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 28.75%
G = 22.08%
B = 49.17%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#453576 (or 0x453576) is known color: Windsor. HEX triplet: 45, 35 and 76. RGB value is (69,53,118). Sum of RGB (Red+Green+Blue) = 69+53+118=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #453576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453576 is #BACA89. Grayscale: #404040. Windows color (decimal): -12241546 or 7746885. OLE color: 7746885.

HSL color Cylindrical-coordinate representation of color #453576: hue angle of 254.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #453576 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 53 118 -
CMYK 0.42 0.55 0 0.54
HSL 254.77º 0.38% 0.34% -
HSV(B) 254.77º 0.55% 0.46% -
XYZ 7 5.12 17.76 -
YUV 65.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 69 53 118 0.42 0.55 0 0.54 254.77 0.38 0.34
Hex 45 35 76 2A 37 0 36 FF 26 22
Octal 105 65 166 52 67 0 66 377 46 42
Binary 1000101 110101 1110110 101010 110111 0 110110 11111111 100110 100010

Color Harmonies of #453576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453576

Black with #453576

Text Example


Text Example

White with #453576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453576; }

 p { color: rgb(69,53,118); }

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

background-color css

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

 a { background-color: rgb(69,53,118); }

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

border-color css

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

 span { border-color: rgb(69,53,118); }

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