Html Css Color HEX #462873 Windsor

📋 copy color: '#462873'

red 70 ◦ green 40 ◦ blue 115

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

Shades of Windsor #462873

Tints of Windsor #462873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.11%

R = 31.11%
G = 17.78%
B = 51.11%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462873 (or 0x462873) is known color: Windsor. HEX triplet: 46, 28 and 73. RGB value is (70,40,115). Sum of RGB (Red+Green+Blue) = 70+40+115=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #462873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462873 is #B9D78C. Grayscale: #393939. Windows color (decimal): -12179341 or 7546950. OLE color: 7546950.

HSL color Cylindrical-coordinate representation of color #462873: hue angle of 264º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462873 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 40 115 -
CMYK 0.39 0.65 0 0.55
HSL 264º 0.48% 0.3% -
HSV(B) 264º 0.65% 0.45% -
XYZ 6.38 4.06 16.67 -
YUV 57.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 70 40 115 0.39 0.65 0 0.55 264 0.48 0.3
Hex 46 28 73 27 41 0 37 108 30 1E
Octal 106 50 163 47 101 0 67 410 60 36
Binary 1000110 101000 1110011 100111 1000001 0 110111 100001000 110000 11110

Color Harmonies of #462873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462873

Black with #462873

Text Example


Text Example

White with #462873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462873; }

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

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

background-color css

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

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

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

border-color css

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

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

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