Html Css Color HEX #483174 Windsor

📋 copy color: '#483174'

red 72 ◦ green 49 ◦ blue 116

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

Shades of Windsor #483174

Tints of Windsor #483174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 116 (45.7% from 255) = 48.95%

R = 30.38%
G = 20.68%
B = 48.95%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483174 (or 0x483174) is known color: Windsor. HEX triplet: 48, 31 and 74. RGB value is (72,49,116). Sum of RGB (Red+Green+Blue) = 72+49+116=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #483174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483174 is #B7CE8B. Grayscale: #3F3F3F. Windows color (decimal): -12045964 or 7614792. OLE color: 7614792.

HSL color Cylindrical-coordinate representation of color #483174: hue angle of 260.6º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483174 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 49 116 -
CMYK 0.38 0.58 0 0.55
HSL 260.6º 0.41% 0.32% -
HSV(B) 260.6º 0.58% 0.45% -
XYZ 6.92 4.84 17.09 -
YUV 63.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 72 49 116 0.38 0.58 0 0.55 260.6 0.41 0.32
Hex 48 31 74 26 3A 0 37 105 29 20
Octal 110 61 164 46 72 0 67 405 51 40
Binary 1001000 110001 1110100 100110 111010 0 110111 100000101 101001 100000

Color Harmonies of #483174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483174

Black with #483174

Text Example


Text Example

White with #483174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483174; }

 p { color: rgb(72,49,116); }

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

background-color css

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

 a { background-color: rgb(72,49,116); }

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

border-color css

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

 span { border-color: rgb(72,49,116); }

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