Html Css Color HEX #452477 Windsor

📋 copy color: '#452477'

red 69 ◦ green 36 ◦ blue 119

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

Shades of Windsor #452477

Tints of Windsor #452477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 30.8%
G = 16.07%
B = 53.13%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#452477 (or 0x452477) is known color: Windsor. HEX triplet: 45, 24 and 77. RGB value is (69,36,119). Sum of RGB (Red+Green+Blue) = 69+36+119=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #452477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452477 is #BADB88. Grayscale: #373737. Windows color (decimal): -12245897 or 7808069. OLE color: 7808069.

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

Color convert

RGB 69 36 119 -
CMYK 0.42 0.70 0 0.53
HSL 263.86º 0.54% 0.3% -
HSV(B) 263.86º 0.7% 0.47% -
XYZ 6.41 3.86 17.86 -
YUV 55.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 69 36 119 0.42 0.70 0 0.53 263.86 0.54 0.3
Hex 45 24 77 2A 46 0 35 108 36 1E
Octal 105 44 167 52 106 0 65 410 66 36
Binary 1000101 100100 1110111 101010 1000110 0 110101 100001000 110110 11110

Color Harmonies of #452477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452477

Black with #452477

Text Example


Text Example

White with #452477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452477; }

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

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

background-color css

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

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

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

border-color css

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

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

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