Html Css Color HEX #462F76 Windsor

📋 copy color: '#462F76'

red 70 ◦ green 47 ◦ blue 118

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

Shades of Windsor #462F76

Tints of Windsor #462F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20%

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

R = 29.79%
G = 20%
B = 50.21%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462F76 (or 0x462F76) is known color: Windsor. HEX triplet: 46, 2F and 76. RGB value is (70,47,118). Sum of RGB (Red+Green+Blue) = 70+47+118=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #462F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F76 is #B9D089. Grayscale: #3D3D3D. Windows color (decimal): -12177546 or 7745350. OLE color: 7745350.

HSL color Cylindrical-coordinate representation of color #462F76: hue angle of 259.44º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462F76 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 47 118 -
CMYK 0.41 0.60 0 0.54
HSL 259.44º 0.43% 0.32% -
HSV(B) 259.44º 0.6% 0.46% -
XYZ 6.81 4.64 17.68 -
YUV 61.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 70 47 118 0.41 0.60 0 0.54 259.44 0.43 0.32
Hex 46 2F 76 29 3C 0 36 103 2B 20
Octal 106 57 166 51 74 0 66 403 53 40
Binary 1000110 101111 1110110 101001 111100 0 110110 100000011 101011 100000

Color Harmonies of #462F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F76

Black with #462F76

Text Example


Text Example

White with #462F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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