#462277

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

Shades of Windsor #462277

Tints of Windsor #462277

Color information

#462277 (or 0x462277) is unknown color: approx Windsor. HEX triplet: 46, 22 and 77. RGB value is (70,34,119). Sum of RGB (Red+Green+Blue) = 70+34+119=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #462277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462277 is #B9DD88. Grayscale: #363636. Windows color (decimal): -12180873 or 7807558. OLE color: 7807558.

HSL color Cylindrical-coordinate representation of color #462277: hue angle of 265.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462277 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7034119-
CMYK0.410.7100.53
HSL265.41º55.56%30%-
HSV(B)265.41º71.43%46.67%-
XYZ6.433.7817.84-
YUV54.45164.43139.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=31.39%
G=15.25%
B=53.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70341190.410.7100.53265.4155.5630
Hex4622772947035109381e
Octal10642167511070654117036
Binary100011010001011101111010011000111011010110000100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462277; }

 p { color: rgb(70,34,119); }

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

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

 a { background-color: rgb(70,34,119); }

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

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

 span { border-color: rgb(70,34,119); }

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