Html Css Color HEX #462988 Windsor

📋 copy color: '#462988'

red 70 ◦ green 41 ◦ blue 136

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

Shades of Windsor #462988

Tints of Windsor #462988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.06%

R = 28.34%
G = 16.6%
B = 55.06%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#462988 (or 0x462988) is known color: Windsor. HEX triplet: 46, 29 and 88. RGB value is (70,41,136). Sum of RGB (Red+Green+Blue) = 70+41+136=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #462988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462988 is #B9D677. Grayscale: #3C3C3C. Windows color (decimal): -12179064 or 8923462. OLE color: 8923462.

HSL color Cylindrical-coordinate representation of color #462988: hue angle of 258.32º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462988 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 41 136 -
CMYK 0.49 0.70 0 0.47
HSL 258.32º 0.54% 0.35% -
HSV(B) 258.32º 0.7% 0.53% -
XYZ 7.76 4.67 23.78 -
YUV 60.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 70 41 136 0.49 0.70 0 0.47 258.32 0.54 0.35
Hex 46 29 88 31 46 0 2F 102 36 23
Octal 106 51 210 61 106 0 57 402 66 43
Binary 1000110 101001 10001000 110001 1000110 0 101111 100000010 110110 100011

Color Harmonies of #462988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462988

Black with #462988

Text Example


Text Example

White with #462988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462988; }

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

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

background-color css

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

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

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

border-color css

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

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

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