Html Css Color HEX #462978 Windsor

📋 copy color: '#462978'

red 70 ◦ green 41 ◦ blue 120

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

Shades of Windsor #462978

Tints of Windsor #462978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 30.3%
G = 17.75%
B = 51.95%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#462978 (or 0x462978) is known color: Windsor. HEX triplet: 46, 29 and 78. RGB value is (70,41,120). Sum of RGB (Red+Green+Blue) = 70+41+120=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #462978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462978 is #B9D687. Grayscale: #3A3A3A. Windows color (decimal): -12179080 or 7874886. OLE color: 7874886.

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

Color convert

RGB 70 41 120 -
CMYK 0.42 0.66 0 0.53
HSL 262.03º 0.49% 0.32% -
HSV(B) 262.03º 0.66% 0.47% -
XYZ 6.71 4.24 18.23 -
YUV 58.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 70 41 120 0.42 0.66 0 0.53 262.03 0.49 0.32
Hex 46 29 78 2A 42 0 35 106 31 20
Octal 106 51 170 52 102 0 65 406 61 40
Binary 1000110 101001 1111000 101010 1000010 0 110101 100000110 110001 100000

Color Harmonies of #462978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462978

Black with #462978

Text Example


Text Example

White with #462978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462978; }

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

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

background-color css

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

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

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

border-color css

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

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

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