Html Css Color HEX #462D76 Windsor

📋 copy color: '#462D76'

red 70 ◦ green 45 ◦ blue 118

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

Shades of Windsor #462D76

Tints of Windsor #462D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

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

R = 30.04%
G = 19.31%
B = 50.64%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462D76 (or 0x462D76) is known color: Windsor. HEX triplet: 46, 2D and 76. RGB value is (70,45,118). Sum of RGB (Red+Green+Blue) = 70+45+118=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #462D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D76 is #B9D289. Grayscale: #3C3C3C. Windows color (decimal): -12178058 or 7744838. OLE color: 7744838.

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

Color convert

RGB 70 45 118 -
CMYK 0.41 0.62 0 0.54
HSL 260.55º 0.45% 0.32% -
HSV(B) 260.55º 0.62% 0.46% -
XYZ 6.73 4.49 17.65 -
YUV 60.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 70 45 118 0.41 0.62 0 0.54 260.55 0.45 0.32
Hex 46 2D 76 29 3E 0 36 105 2D 20
Octal 106 55 166 51 76 0 66 405 55 40
Binary 1000110 101101 1110110 101001 111110 0 110110 100000101 101101 100000

Color Harmonies of #462D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D76

Black with #462D76

Text Example


Text Example

White with #462D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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