Html Css Color HEX #452476 Windsor

📋 copy color: '#452476'

red 69 ◦ green 36 ◦ blue 118

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

Shades of Windsor #452476

Tints of Windsor #452476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 30.94%
G = 16.14%
B = 52.91%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#452476 (or 0x452476) is known color: Windsor. HEX triplet: 45, 24 and 76. RGB value is (69,36,118). Sum of RGB (Red+Green+Blue) = 69+36+118=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #452476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452476 is #BADB89. Grayscale: #363636. Windows color (decimal): -12245898 or 7742533. OLE color: 7742533.

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

Color convert

RGB 69 36 118 -
CMYK 0.42 0.69 0 0.54
HSL 264.15º 0.53% 0.3% -
HSV(B) 264.15º 0.69% 0.46% -
XYZ 6.36 3.83 17.54 -
YUV 55.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 69 36 118 0.42 0.69 0 0.54 264.15 0.53 0.3
Hex 45 24 76 2A 45 0 36 108 35 1E
Octal 105 44 166 52 105 0 66 410 65 36
Binary 1000101 100100 1110110 101010 1000101 0 110110 100001000 110101 11110

Color Harmonies of #452476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452476

Black with #452476

Text Example


Text Example

White with #452476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452476; }

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

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

background-color css

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

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

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

border-color css

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

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

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