Html Css Color HEX #452972 Windsor

📋 copy color: '#452972'

red 69 ◦ green 41 ◦ blue 114

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

Shades of Windsor #452972

Tints of Windsor #452972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 114 (44.92% from 255) = 50.89%

R = 30.8%
G = 18.3%
B = 50.89%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#452972 (or 0x452972) is known color: Windsor. HEX triplet: 45, 29 and 72. RGB value is (69,41,114). Sum of RGB (Red+Green+Blue) = 69+41+114=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #452972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452972 is #BAD68D. Grayscale: #393939. Windows color (decimal): -12244622 or 7481669. OLE color: 7481669.

HSL color Cylindrical-coordinate representation of color #452972: hue angle of 263.01º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452972 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 41 114 -
CMYK 0.39 0.64 0 0.55
HSL 263.01º 0.47% 0.3% -
HSV(B) 263.01º 0.64% 0.45% -
XYZ 6.28 4.07 16.37 -
YUV 57.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 69 41 114 0.39 0.64 0 0.55 263.01 0.47 0.3
Hex 45 29 72 27 40 0 37 107 2F 1E
Octal 105 51 162 47 100 0 67 407 57 36
Binary 1000101 101001 1110010 100111 1000000 0 110111 100000111 101111 11110

Color Harmonies of #452972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452972

Black with #452972

Text Example


Text Example

White with #452972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452972; }

 p { color: rgb(69,41,114); }

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

background-color css

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

 a { background-color: rgb(69,41,114); }

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

border-color css

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

 span { border-color: rgb(69,41,114); }

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