#462875

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

Shades of Windsor #462875

Tints of Windsor #462875

Color information

#462875 (or 0x462875) is unknown color: approx Windsor. HEX triplet: 46, 28 and 75. RGB value is (70,40,117). Sum of RGB (Red+Green+Blue) = 70+40+117=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #462875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462875 is #B9D78A. Grayscale: #393939. Windows color (decimal): -12179339 or 7678022. OLE color: 7678022.

HSL color Cylindrical-coordinate representation of color #462875: hue angle of 263.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462875 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7040117-
CMYK0.400.6600.54
HSL263.38º49.04%30.78%-
HSV(B)263.38º65.81%45.88%-
XYZ6.54.117.28-
YUV57.75161.44136.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=30.84%
G=17.62%
B=51.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70401170.400.6600.54263.3849.0430.78
Hex4628752842036107311f
Octal10650165501020664076137
Binary100011010100011101011010001000010011011010000011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462875; }

 p { color: rgb(70,40,117); }

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

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

 a { background-color: rgb(70,40,117); }

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

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

 span { border-color: rgb(70,40,117); }

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