Html Css Color HEX #462976 Windsor

📋 copy color: '#462976'

red 70 ◦ green 41 ◦ blue 118

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

Shades of Windsor #462976

Tints of Windsor #462976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 30.57%
G = 17.9%
B = 51.53%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462976 (or 0x462976) is known color: Windsor. HEX triplet: 46, 29 and 76. RGB value is (70,41,118). Sum of RGB (Red+Green+Blue) = 70+41+118=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #462976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462976 is #B9D689. Grayscale: #3A3A3A. Windows color (decimal): -12179082 or 7743814. OLE color: 7743814.

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

Color convert

RGB 70 41 118 -
CMYK 0.41 0.65 0 0.54
HSL 262.6º 0.48% 0.31% -
HSV(B) 262.6º 0.65% 0.46% -
XYZ 6.59 4.2 17.6 -
YUV 58.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 70 41 118 0.41 0.65 0 0.54 262.6 0.48 0.31
Hex 46 29 76 29 41 0 36 107 30 1F
Octal 106 51 166 51 101 0 66 407 60 37
Binary 1000110 101001 1110110 101001 1000001 0 110110 100000111 110000 11111

Color Harmonies of #462976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462976

Black with #462976

Text Example


Text Example

White with #462976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462976; }

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

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

background-color css

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

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

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

border-color css

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

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

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