#463072

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

Shades of Windsor #463072

Tints of Windsor #463072

Color information

#463072 (or 0x463072) is unknown color: approx Windsor. HEX triplet: 46, 30 and 72. RGB value is (70,48,114). Sum of RGB (Red+Green+Blue) = 70+48+114=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #463072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463072 is #B9CF8D. Grayscale: #3D3D3D. Windows color (decimal): -12177294 or 7483462. OLE color: 7483462.

HSL color Cylindrical-coordinate representation of color #463072: hue angle of 260º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463072 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7048114-
CMYK0.390.5800.55
HSL260º40.74%31.76%-
HSV(B)260º57.89%44.71%-
XYZ6.624.6316.46-
YUV62.1157.29133.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=30.17%
G=20.69%
B=49.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70481140.390.5800.5526040.7431.76
Hex463072273A0371042920
Octal1066016247720674045140
Binary100011011000011100101001111110100110111100000100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463072; }

 p { color: rgb(70,48,114); }

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

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

 a { background-color: rgb(70,48,114); }

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

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

 span { border-color: rgb(70,48,114); }

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