Html Css Color HEX #463373 Windsor

📋 copy color: '#463373'

red 70 ◦ green 51 ◦ blue 115

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

Shades of Windsor #463373

Tints of Windsor #463373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

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

R = 29.66%
G = 21.61%
B = 48.73%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463373 (or 0x463373) is known color: Windsor. HEX triplet: 46, 33 and 73. RGB value is (70,51,115). Sum of RGB (Red+Green+Blue) = 70+51+115=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #463373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463373 is #B9CC8C. Grayscale: #3F3F3F. Windows color (decimal): -12176525 or 7549766. OLE color: 7549766.

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

Color convert

RGB 70 51 115 -
CMYK 0.39 0.56 0 0.55
HSL 257.81º 0.39% 0.33% -
HSV(B) 257.81º 0.56% 0.45% -
XYZ 6.8 4.91 16.81 -
YUV 63.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 70 51 115 0.39 0.56 0 0.55 257.81 0.39 0.33
Hex 46 33 73 27 38 0 37 102 27 21
Octal 106 63 163 47 70 0 67 402 47 41
Binary 1000110 110011 1110011 100111 111000 0 110111 100000010 100111 100001

Color Harmonies of #463373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463373

Black with #463373

Text Example


Text Example

White with #463373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463373; }

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

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

background-color css

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

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

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

border-color css

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

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

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