#46377A

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

Shades of Windsor #46377A

Tints of Windsor #46377A

Color information

#46377A (or 0x46377A) is unknown color: approx Windsor. HEX triplet: 46, 37 and 7A. RGB value is (70,55,122). Sum of RGB (Red+Green+Blue) = 70+55+122=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #46377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46377A is #B9C885. Grayscale: #424242. Windows color (decimal): -12175494 or 8009542. OLE color: 8009542.

HSL color Cylindrical-coordinate representation of color #46377A: hue angle of 253.43º 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 #46377A is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7055122-
CMYK0.430.5500.52
HSL253.43º37.85%34.71%-
HSV(B)253.43º54.92%47.84%-
XYZ7.45.4419.07-
YUV67.12158.97130.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=28.34%
G=22.27%
B=49.39%

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
Decimal70551220.430.5500.52253.4337.8534.71
Hex46377A2B37034fd2623
Octal1066717253670643754643
Binary10001101101111111010101011110111011010011111101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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