#45367A

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

Shades of Windsor #45367A

Tints of Windsor #45367A

Color information

#45367A (or 0x45367A) is unknown color: approx Windsor. HEX triplet: 45, 36 and 7A. RGB value is (69,54,122). Sum of RGB (Red+Green+Blue) = 69+54+122=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #45367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45367A is #BAC985. Grayscale: #414141. Windows color (decimal): -12241286 or 8009285. OLE color: 8009285.

HSL color Cylindrical-coordinate representation of color #45367A: hue angle of 253.24º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45367A is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6954122-
CMYK0.430.5600.52
HSL253.24º38.64%34.51%-
HSV(B)253.24º55.74%47.84%-
XYZ7.295.3119.05-
YUV66.24159.47129.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=28.16%
G=22.04%
B=49.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69541220.430.5600.52253.2438.6434.51
Hex45367A2B38034fd2723
Octal1056617253700643754743
Binary10001011101101111010101011111000011010011111101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45367A; }

 p { color: rgb(69,54,122); }

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

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

 a { background-color: rgb(69,54,122); }

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

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

 span { border-color: rgb(69,54,122); }

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