#46367A

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

Shades of Windsor #46367A

Tints of Windsor #46367A

Color information

#46367A (or 0x46367A) is unknown color: approx Windsor. HEX triplet: 46, 36 and 7A. RGB value is (70,54,122). Sum of RGB (Red+Green+Blue) = 70+54+122=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #46367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46367A is #B9C985. Grayscale: #424242. Windows color (decimal): -12175750 or 8009286. OLE color: 8009286.

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

Color convert

RGB7054122-
CMYK0.430.5600.52
HSL254.12º38.64%34.51%-
HSV(B)254.12º55.74%47.84%-
XYZ7.365.3519.06-
YUV66.54159.3130.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=28.46%
G=21.95%
B=49.59%

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
Decimal70541220.430.5600.52254.1238.6434.51
Hex46367A2B38034fe2723
Octal1066617253700643764743
Binary10001101101101111010101011111000011010011111110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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