Html Css Color HEX #462879 Windsor

📋 copy color: '#462879'

red 70 ◦ green 40 ◦ blue 121

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

Shades of Windsor #462879

Tints of Windsor #462879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 30.3%
G = 17.32%
B = 52.38%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#462879 (or 0x462879) is known color: Windsor. HEX triplet: 46, 28 and 79. RGB value is (70,40,121). Sum of RGB (Red+Green+Blue) = 70+40+121=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #462879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462879 is #B9D786. Grayscale: #393939. Windows color (decimal): -12179335 or 7940166. OLE color: 7940166.

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

Color convert

RGB 70 40 121 -
CMYK 0.42 0.67 0 0.53
HSL 262.22º 0.5% 0.32% -
HSV(B) 262.22º 0.67% 0.47% -
XYZ 6.74 4.2 18.54 -
YUV 58.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 70 40 121 0.42 0.67 0 0.53 262.22 0.5 0.32
Hex 46 28 79 2A 43 0 35 106 32 20
Octal 106 50 171 52 103 0 65 406 62 40
Binary 1000110 101000 1111001 101010 1000011 0 110101 100000110 110010 100000

Color Harmonies of #462879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462879

Black with #462879

Text Example


Text Example

White with #462879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462879; }

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

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

background-color css

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

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

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

border-color css

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

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

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