Html Css Color HEX #452A77 Windsor

📋 copy color: '#452A77'

red 69 ◦ green 42 ◦ blue 119

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

Shades of Windsor #452A77

Tints of Windsor #452A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.26%

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

R = 30%
G = 18.26%
B = 51.74%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#452A77 (or 0x452A77) is known color: Windsor. HEX triplet: 45, 2A and 77. RGB value is (69,42,119). Sum of RGB (Red+Green+Blue) = 69+42+119=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #452A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A77 is #BAD588. Grayscale: #3A3A3A. Windows color (decimal): -12244361 or 7809605. OLE color: 7809605.

HSL color Cylindrical-coordinate representation of color #452A77: hue angle of 261.04º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #452A77 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 42 119 -
CMYK 0.42 0.65 0 0.53
HSL 261.04º 0.48% 0.32% -
HSV(B) 261.04º 0.65% 0.47% -
XYZ 6.61 4.25 17.93 -
YUV 58.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 69 42 119 0.42 0.65 0 0.53 261.04 0.48 0.32
Hex 45 2A 77 2A 41 0 35 105 30 20
Octal 105 52 167 52 101 0 65 405 60 40
Binary 1000101 101010 1110111 101010 1000001 0 110101 100000101 110000 100000

Color Harmonies of #452A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452A77

Black with #452A77

Text Example


Text Example

White with #452A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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