Html Css Color HEX #451A77 Windsor

📋 copy color: '#451A77'

red 69 ◦ green 26 ◦ blue 119

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

Shades of Windsor #451A77

Tints of Windsor #451A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.15%

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

R = 32.24%
G = 12.15%
B = 55.61%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#451A77 (or 0x451A77) is known color: Windsor. HEX triplet: 45, 1A and 77. RGB value is (69,26,119). Sum of RGB (Red+Green+Blue) = 69+26+119=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #451A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A77 is #BAE588. Grayscale: #313131. Windows color (decimal): -12248457 or 7805509. OLE color: 7805509.

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

Color convert

RGB 69 26 119 -
CMYK 0.42 0.78 0 0.53
HSL 267.74º 0.64% 0.28% -
HSV(B) 267.74º 0.78% 0.47% -
XYZ 6.15 3.34 17.77 -
YUV 49.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 69 26 119 0.42 0.78 0 0.53 267.74 0.64 0.28
Hex 45 1A 77 2A 4E 0 35 10C 40 1C
Octal 105 32 167 52 116 0 65 414 100 34
Binary 1000101 11010 1110111 101010 1001110 0 110101 100001100 1000000 11100

Color Harmonies of #451A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A77

Black with #451A77

Text Example


Text Example

White with #451A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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