Html Css Color HEX #462876 Windsor

📋 copy color: '#462876'

red 70 ◦ green 40 ◦ blue 118

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

Shades of Windsor #462876

Tints of Windsor #462876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 30.7%
G = 17.54%
B = 51.75%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462876 (or 0x462876) is known color: Windsor. HEX triplet: 46, 28 and 76. RGB value is (70,40,118). Sum of RGB (Red+Green+Blue) = 70+40+118=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #462876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462876 is #B9D789. Grayscale: #393939. Windows color (decimal): -12179338 or 7743558. OLE color: 7743558.

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

Color convert

RGB 70 40 118 -
CMYK 0.41 0.66 0 0.54
HSL 263.08º 0.49% 0.31% -
HSV(B) 263.08º 0.66% 0.46% -
XYZ 6.55 4.13 17.59 -
YUV 57.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 70 40 118 0.41 0.66 0 0.54 263.08 0.49 0.31
Hex 46 28 76 29 42 0 36 107 31 1F
Octal 106 50 166 51 102 0 66 407 61 37
Binary 1000110 101000 1110110 101001 1000010 0 110110 100000111 110001 11111

Color Harmonies of #462876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462876

Black with #462876

Text Example


Text Example

White with #462876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462876; }

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

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

background-color css

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

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

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

border-color css

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

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

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