Html Css Color HEX #453476 Windsor

📋 copy color: '#453476'

red 69 ◦ green 52 ◦ blue 118

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

Shades of Windsor #453476

Tints of Windsor #453476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 28.87%
G = 21.76%
B = 49.37%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#453476 (or 0x453476) is known color: Windsor. HEX triplet: 45, 34 and 76. RGB value is (69,52,118). Sum of RGB (Red+Green+Blue) = 69+52+118=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #453476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453476 is #BACB89. Grayscale: #404040. Windows color (decimal): -12241802 or 7746629. OLE color: 7746629.

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

Color convert

RGB 69 52 118 -
CMYK 0.42 0.56 0 0.54
HSL 255.45º 0.39% 0.33% -
HSV(B) 255.45º 0.56% 0.46% -
XYZ 6.95 5.03 17.74 -
YUV 64.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 69 52 118 0.42 0.56 0 0.54 255.45 0.39 0.33
Hex 45 34 76 2A 38 0 36 FF 27 21
Octal 105 64 166 52 70 0 66 377 47 41
Binary 1000101 110100 1110110 101010 111000 0 110110 11111111 100111 100001

Color Harmonies of #453476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453476

Black with #453476

Text Example


Text Example

White with #453476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453476; }

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

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

background-color css

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

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

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

border-color css

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

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

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