Html Css Color HEX #483370 Windsor

📋 copy color: '#483370'

red 72 ◦ green 51 ◦ blue 112

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

Shades of Windsor #483370

Tints of Windsor #483370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 30.64%
G = 21.7%
B = 47.66%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483370 (or 0x483370) is known color: Windsor. HEX triplet: 48, 33 and 70. RGB value is (72,51,112). Sum of RGB (Red+Green+Blue) = 72+51+112=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #483370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483370 is #B7CC8F. Grayscale: #404040. Windows color (decimal): -12045456 or 7353160. OLE color: 7353160.

HSL color Cylindrical-coordinate representation of color #483370: hue angle of 260.66º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483370 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 51 112 -
CMYK 0.36 0.54 0 0.56
HSL 260.66º 0.37% 0.32% -
HSV(B) 260.66º 0.54% 0.44% -
XYZ 6.78 4.92 15.92 -
YUV 64.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 72 51 112 0.36 0.54 0 0.56 260.66 0.37 0.32
Hex 48 33 70 24 36 0 38 105 25 20
Octal 110 63 160 44 66 0 70 405 45 40
Binary 1001000 110011 1110000 100100 110110 0 111000 100000101 100101 100000

Color Harmonies of #483370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483370

Black with #483370

Text Example


Text Example

White with #483370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483370; }

 p { color: rgb(72,51,112); }

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

background-color css

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

 a { background-color: rgb(72,51,112); }

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

border-color css

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

 span { border-color: rgb(72,51,112); }

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