#45307B

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

Shades of Windsor #45307B

Tints of Windsor #45307B

Color information

#45307B (or 0x45307B) is unknown color: approx Windsor. HEX triplet: 45, 30 and 7B. RGB value is (69,48,123). Sum of RGB (Red+Green+Blue) = 69+48+123=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #45307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45307B is #BACF84. Grayscale: #3E3E3E. Windows color (decimal): -12242821 or 8073285. OLE color: 8073285.

HSL color Cylindrical-coordinate representation of color #45307B: hue angle of 256.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45307B is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6948123-
CMYK0.440.6100.52
HSL256.8º43.86%33.53%-
HSV(B)256.8º60.98%48.24%-
XYZ7.094.8119.29-
YUV62.83161.96132.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=28.75%
G=20%
B=51.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69481230.440.6100.52256.843.8633.53
Hex45307B2C3D0341012c22
Octal1056017354750644015442
Binary100010111000011110111011001111010110100100000001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45307B; }

 p { color: rgb(69,48,123); }

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

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

 a { background-color: rgb(69,48,123); }

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

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

 span { border-color: rgb(69,48,123); }

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