Html Css Color HEX #462C73 Windsor

📋 copy color: '#462C73'

red 70 ◦ green 44 ◦ blue 115

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

Shades of Windsor #462C73

Tints of Windsor #462C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

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

R = 30.57%
G = 19.21%
B = 50.22%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462C73 (or 0x462C73) is known color: Windsor. HEX triplet: 46, 2C and 73. RGB value is (70,44,115). Sum of RGB (Red+Green+Blue) = 70+44+115=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #462C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C73 is #B9D38C. Grayscale: #3B3B3B. Windows color (decimal): -12178317 or 7547974. OLE color: 7547974.

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

Color convert

RGB 70 44 115 -
CMYK 0.39 0.62 0 0.55
HSL 261.97º 0.45% 0.31% -
HSV(B) 261.97º 0.62% 0.45% -
XYZ 6.52 4.34 16.71 -
YUV 59.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 70 44 115 0.39 0.62 0 0.55 261.97 0.45 0.31
Hex 46 2C 73 27 3E 0 37 106 2D 1F
Octal 106 54 163 47 76 0 67 406 55 37
Binary 1000110 101100 1110011 100111 111110 0 110111 100000110 101101 11111

Color Harmonies of #462C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C73

Black with #462C73

Text Example


Text Example

White with #462C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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