#46377B

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

Shades of Windsor #46377B

Tints of Windsor #46377B

Color information

#46377B (or 0x46377B) is unknown color: approx Windsor. HEX triplet: 46, 37 and 7B. RGB value is (70,55,123). Sum of RGB (Red+Green+Blue) = 70+55+123=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #46377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46377B is #B9C884. Grayscale: #424242. Windows color (decimal): -12175493 or 8075078. OLE color: 8075078.

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

Color convert

RGB7055123-
CMYK0.430.5500.52
HSL253.24º38.2%34.9%-
HSV(B)253.24º55.28%48.24%-
XYZ7.475.4619.4-
YUV67.24159.47129.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=28.23%
G=22.18%
B=49.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70551230.430.5500.52253.2438.234.9
Hex46377B2B37034fd2623
Octal1066717353670643754643
Binary10001101101111111011101011110111011010011111101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,55,123); }

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

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

 a { background-color: rgb(70,55,123); }

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

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

 span { border-color: rgb(70,55,123); }

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