Html Css Color HEX #483273 Windsor

📋 copy color: '#483273'

red 72 ◦ green 50 ◦ blue 115

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

Shades of Windsor #483273

Tints of Windsor #483273

RGB

 RED value IS 72 (28.52% from 255) = 30.38%

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

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

R = 30.38%
G = 21.1%
B = 48.52%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483273 (or 0x483273) is known color: Windsor. HEX triplet: 48, 32 and 73. RGB value is (72,50,115). Sum of RGB (Red+Green+Blue) = 72+50+115=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #483273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483273 is #B7CD8C. Grayscale: #3F3F3F. Windows color (decimal): -12045709 or 7549512. OLE color: 7549512.

HSL color Cylindrical-coordinate representation of color #483273: hue angle of 260.31º 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 #483273 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 50 115 -
CMYK 0.37 0.57 0 0.55
HSL 260.31º 0.39% 0.32% -
HSV(B) 260.31º 0.57% 0.45% -
XYZ 6.91 4.9 16.8 -
YUV 63.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 72 50 115 0.37 0.57 0 0.55 260.31 0.39 0.32
Hex 48 32 73 25 39 0 37 104 27 20
Octal 110 62 163 45 71 0 67 404 47 40
Binary 1001000 110010 1110011 100101 111001 0 110111 100000100 100111 100000

Color Harmonies of #483273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483273

Black with #483273

Text Example


Text Example

White with #483273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483273; }

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

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

background-color css

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

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

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

border-color css

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

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

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