Html Css Color HEX #462E79 Windsor

📋 copy color: '#462E79'

red 70 ◦ green 46 ◦ blue 121

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

Shades of Windsor #462E79

Tints of Windsor #462E79

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

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

R = 29.54%
G = 19.41%
B = 51.05%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#462E79 (or 0x462E79) is known color: Windsor. HEX triplet: 46, 2E and 79. RGB value is (70,46,121). Sum of RGB (Red+Green+Blue) = 70+46+121=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #462E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E79 is #B9D186. Grayscale: #3D3D3D. Windows color (decimal): -12177799 or 7941702. OLE color: 7941702.

HSL color Cylindrical-coordinate representation of color #462E79: hue angle of 259.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #462E79 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 46 121 -
CMYK 0.42 0.62 0 0.53
HSL 259.2º 0.45% 0.33% -
HSV(B) 259.2º 0.62% 0.47% -
XYZ 6.95 4.64 18.62 -
YUV 61.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 70 46 121 0.42 0.62 0 0.53 259.2 0.45 0.33
Hex 46 2E 79 2A 3E 0 35 103 2D 21
Octal 106 56 171 52 76 0 65 403 55 41
Binary 1000110 101110 1111001 101010 111110 0 110101 100000011 101101 100001

Color Harmonies of #462E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E79

Black with #462E79

Text Example


Text Example

White with #462E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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