Html Css Color HEX #483375 Windsor

📋 copy color: '#483375'

red 72 ◦ green 51 ◦ blue 117

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

Shades of Windsor #483375

Tints of Windsor #483375

RGB

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

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

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

R = 30%
G = 21.25%
B = 48.75%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#483375 (or 0x483375) is known color: Windsor. HEX triplet: 48, 33 and 75. RGB value is (72,51,117). Sum of RGB (Red+Green+Blue) = 72+51+117=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #483375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483375 is #B7CC8A. Grayscale: #404040. Windows color (decimal): -12045451 or 7680840. OLE color: 7680840.

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

Color convert

RGB 72 51 117 -
CMYK 0.38 0.56 0 0.54
HSL 259.09º 0.39% 0.33% -
HSV(B) 259.09º 0.56% 0.46% -
XYZ 7.07 5.03 17.43 -
YUV 64.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 72 51 117 0.38 0.56 0 0.54 259.09 0.39 0.33
Hex 48 33 75 26 38 0 36 103 27 21
Octal 110 63 165 46 70 0 66 403 47 41
Binary 1001000 110011 1110101 100110 111000 0 110110 100000011 100111 100001

Color Harmonies of #483375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483375

Black with #483375

Text Example


Text Example

White with #483375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483375; }

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

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

background-color css

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

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

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

border-color css

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

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

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