Html Css Color HEX #462078 Windsor

📋 copy color: '#462078'

red 70 ◦ green 32 ◦ blue 120

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

Shades of Windsor #462078

Tints of Windsor #462078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 31.53%
G = 14.41%
B = 54.05%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#462078 (or 0x462078) is known color: Windsor. HEX triplet: 46, 20 and 78. RGB value is (70,32,120). Sum of RGB (Red+Green+Blue) = 70+32+120=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #462078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462078 is #B9DF87. Grayscale: #353535. Windows color (decimal): -12181384 or 7872582. OLE color: 7872582.

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

Color convert

RGB 70 32 120 -
CMYK 0.42 0.73 0 0.53
HSL 265.91º 0.58% 0.3% -
HSV(B) 265.91º 0.73% 0.47% -
XYZ 6.43 3.69 18.14 -
YUV 53.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 70 32 120 0.42 0.73 0 0.53 265.91 0.58 0.3
Hex 46 20 78 2A 49 0 35 10A 3A 1E
Octal 106 40 170 52 111 0 65 412 72 36
Binary 1000110 100000 1111000 101010 1001001 0 110101 100001010 111010 11110

Color Harmonies of #462078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462078

Black with #462078

Text Example


Text Example

White with #462078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462078; }

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

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

background-color css

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

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

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

border-color css

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

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

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