Html Css Color HEX #483472 Windsor

📋 copy color: '#483472'

red 72 ◦ green 52 ◦ blue 114

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

Shades of Windsor #483472

Tints of Windsor #483472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 30.25%
G = 21.85%
B = 47.9%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483472 (or 0x483472) is known color: Windsor. HEX triplet: 48, 34 and 72. RGB value is (72,52,114). Sum of RGB (Red+Green+Blue) = 72+52+114=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #483472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483472 is #B7CB8D. Grayscale: #404040. Windows color (decimal): -12045198 or 7484488. OLE color: 7484488.

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

Color convert

RGB 72 52 114 -
CMYK 0.37 0.54 0 0.55
HSL 259.35º 0.37% 0.33% -
HSV(B) 259.35º 0.54% 0.45% -
XYZ 6.94 5.05 16.53 -
YUV 65.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 72 52 114 0.37 0.54 0 0.55 259.35 0.37 0.33
Hex 48 34 72 25 36 0 37 103 25 21
Octal 110 64 162 45 66 0 67 403 45 41
Binary 1001000 110100 1110010 100101 110110 0 110111 100000011 100101 100001

Color Harmonies of #483472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483472

Black with #483472

Text Example


Text Example

White with #483472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483472; }

 p { color: rgb(72,52,114); }

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

background-color css

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

 a { background-color: rgb(72,52,114); }

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

border-color css

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

 span { border-color: rgb(72,52,114); }

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