Html Css Color HEX #453076 Windsor

📋 copy color: '#453076'

red 69 ◦ green 48 ◦ blue 118

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

Shades of Windsor #453076

Tints of Windsor #453076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 29.36%
G = 20.43%
B = 50.21%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#453076 (or 0x453076) is known color: Windsor. HEX triplet: 45, 30 and 76. RGB value is (69,48,118). Sum of RGB (Red+Green+Blue) = 69+48+118=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #453076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453076 is #BACF89. Grayscale: #3E3E3E. Windows color (decimal): -12242826 or 7745605. OLE color: 7745605.

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

Color convert

RGB 69 48 118 -
CMYK 0.42 0.59 0 0.54
HSL 258º 0.42% 0.33% -
HSV(B) 258º 0.59% 0.46% -
XYZ 6.78 4.69 17.69 -
YUV 62.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 69 48 118 0.42 0.59 0 0.54 258 0.42 0.33
Hex 45 30 76 2A 3B 0 36 102 2A 21
Octal 105 60 166 52 73 0 66 402 52 41
Binary 1000101 110000 1110110 101010 111011 0 110110 100000010 101010 100001

Color Harmonies of #453076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453076

Black with #453076

Text Example


Text Example

White with #453076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453076; }

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

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

background-color css

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

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

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

border-color css

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

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

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