#46307B

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

Shades of Windsor #46307B

Tints of Windsor #46307B

Color information

#46307B (or 0x46307B) is unknown color: approx Windsor. HEX triplet: 46, 30 and 7B. RGB value is (70,48,123). Sum of RGB (Red+Green+Blue) = 70+48+123=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #46307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46307B is #B9CF84. Grayscale: #3E3E3E. Windows color (decimal): -12177285 or 8073286. OLE color: 8073286.

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

Color convert

RGB7048123-
CMYK0.430.6100.52
HSL257.6º43.86%33.53%-
HSV(B)257.6º60.98%48.24%-
XYZ7.164.8519.3-
YUV63.13161.79132.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=29.05%
G=19.92%
B=51.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70481230.430.6100.52257.643.8633.53
Hex46307B2B3D0341022c22
Octal1066017353750644025442
Binary100011011000011110111010111111010110100100000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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