Html Css Color HEX #462877 Windsor

📋 copy color: '#462877'

red 70 ◦ green 40 ◦ blue 119

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

Shades of Windsor #462877

Tints of Windsor #462877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.97%

R = 30.57%
G = 17.47%
B = 51.97%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#462877 (or 0x462877) is known color: Windsor. HEX triplet: 46, 28 and 77. RGB value is (70,40,119). Sum of RGB (Red+Green+Blue) = 70+40+119=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #462877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462877 is #B9D788. Grayscale: #393939. Windows color (decimal): -12179337 or 7809094. OLE color: 7809094.

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

Color convert

RGB 70 40 119 -
CMYK 0.41 0.66 0 0.53
HSL 262.78º 0.5% 0.31% -
HSV(B) 262.78º 0.66% 0.47% -
XYZ 6.61 4.15 17.91 -
YUV 57.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 70 40 119 0.41 0.66 0 0.53 262.78 0.5 0.31
Hex 46 28 77 29 42 0 35 107 32 1F
Octal 106 50 167 51 102 0 65 407 62 37
Binary 1000110 101000 1110111 101001 1000010 0 110101 100000111 110010 11111

Color Harmonies of #462877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462877

Black with #462877

Text Example


Text Example

White with #462877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462877; }

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

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

background-color css

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

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

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

border-color css

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

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

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