Html Css Color HEX #483275 Windsor

📋 copy color: '#483275'

red 72 ◦ green 50 ◦ blue 117

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

Shades of Windsor #483275

Tints of Windsor #483275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 30.13%
G = 20.92%
B = 48.95%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#483275 (or 0x483275) is known color: Windsor. HEX triplet: 48, 32 and 75. RGB value is (72,50,117). Sum of RGB (Red+Green+Blue) = 72+50+117=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #483275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483275 is #B7CD8A. Grayscale: #3F3F3F. Windows color (decimal): -12045707 or 7680584. OLE color: 7680584.

HSL color Cylindrical-coordinate representation of color #483275: hue angle of 259.7º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #483275 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 50 117 -
CMYK 0.38 0.57 0 0.54
HSL 259.7º 0.4% 0.33% -
HSV(B) 259.7º 0.57% 0.46% -
XYZ 7.02 4.94 17.41 -
YUV 64.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 72 50 117 0.38 0.57 0 0.54 259.7 0.4 0.33
Hex 48 32 75 26 39 0 36 104 28 21
Octal 110 62 165 46 71 0 66 404 50 41
Binary 1001000 110010 1110101 100110 111001 0 110110 100000100 101000 100001

Color Harmonies of #483275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483275

Black with #483275

Text Example


Text Example

White with #483275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483275; }

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

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

background-color css

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

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

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

border-color css

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

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

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