#451B77

Color #451B77 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #451B77

Tints of Windsor #451B77

Color information

#451B77 (or 0x451B77) is unknown color: approx Windsor. HEX triplet: 45, 1B and 77. RGB value is (69,27,119). Sum of RGB (Red+Green+Blue) = 69+27+119=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #451B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451B77 is #BAE488. Grayscale: #313131. Windows color (decimal): -12248201 or 7805765. OLE color: 7805765.

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

Color convert

RGB6927119-
CMYK0.420.7700.53
HSL267.39º63.01%28.63%-
HSV(B)267.39º77.31%46.67%-
XYZ6.183.3817.78-
YUV50.05166.91141.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=32.09%
G=12.56%
B=55.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69271190.420.7700.53267.3963.0128.63
Hex451B772A4D03510b3f1d
Octal10533167521150654137735
Binary10001011101111101111010101001101011010110000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #451B77;
 }
 .AnyTagClassName
 {
   color: #451B77;
 }
</style>
background-color css

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

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

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

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

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

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