Html Css Color HEX #463273 Windsor

📋 copy color: '#463273'

red 70 ◦ green 50 ◦ blue 115

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

Shades of Windsor #463273

Tints of Windsor #463273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 29.79%
G = 21.28%
B = 48.94%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463273 (or 0x463273) is known color: Windsor. HEX triplet: 46, 32 and 73. RGB value is (70,50,115). Sum of RGB (Red+Green+Blue) = 70+50+115=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #463273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463273 is #B9CD8C. Grayscale: #3F3F3F. Windows color (decimal): -12176781 or 7549510. OLE color: 7549510.

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

Color convert

RGB 70 50 115 -
CMYK 0.39 0.57 0 0.55
HSL 258.46º 0.39% 0.32% -
HSV(B) 258.46º 0.57% 0.45% -
XYZ 6.76 4.82 16.79 -
YUV 63.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 70 50 115 0.39 0.57 0 0.55 258.46 0.39 0.32
Hex 46 32 73 27 39 0 37 102 27 20
Octal 106 62 163 47 71 0 67 402 47 40
Binary 1000110 110010 1110011 100111 111001 0 110111 100000010 100111 100000

Color Harmonies of #463273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463273

Black with #463273

Text Example


Text Example

White with #463273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463273; }

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

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

background-color css

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

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

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

border-color css

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

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

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