Html Css Color HEX #462076 Windsor

📋 copy color: '#462076'

red 70 ◦ green 32 ◦ blue 118

#462076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #462076

Tints of Windsor #462076

RGB

 RED value IS 70 (27.73% from 255) = 31.82%

 GREEN value IS 32 (12.89% from 255) = 14.55%

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 31.82%
G = 14.55%
B = 53.64%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462076 (or 0x462076) is known color: Windsor. HEX triplet: 46, 20 and 76. RGB value is (70,32,118). Sum of RGB (Red+Green+Blue) = 70+32+118=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #462076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462076 is #B9DF89. Grayscale: #343434. Windows color (decimal): -12181386 or 7741510. OLE color: 7741510.

HSL color Cylindrical-coordinate representation of color #462076: hue angle of 266.51º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462076 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 32 118 -
CMYK 0.41 0.73 0 0.54
HSL 266.51º 0.57% 0.29% -
HSV(B) 266.51º 0.73% 0.46% -
XYZ 6.31 3.64 17.51 -
YUV 53.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 70 32 118 0.41 0.73 0 0.54 266.51 0.57 0.29
Hex 46 20 76 29 49 0 36 10B 39 1D
Octal 106 40 166 51 111 0 66 413 71 35
Binary 1000110 100000 1110110 101001 1001001 0 110110 100001011 111001 11101

Color Harmonies of #462076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462076

Black with #462076

Text Example


Text Example

White with #462076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462076; }

 p { color: rgb(70,32,118); }

 H1.HeaderClassName
 {
   color: #462076;
 }
 .AnyTagClassName
 {
   color: #462076;
 }
</style>

background-color css

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

 a { background-color: rgb(70,32,118); }

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

border-color css

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

 span { border-color: rgb(70,32,118); }

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