Html Css Color HEX #483274 Windsor

📋 copy color: '#483274'

red 72 ◦ green 50 ◦ blue 116

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

Shades of Windsor #483274

Tints of Windsor #483274

RGB

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

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

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

R = 30.25%
G = 21.01%
B = 48.74%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483274 (or 0x483274) is known color: Windsor. HEX triplet: 48, 32 and 74. RGB value is (72,50,116). Sum of RGB (Red+Green+Blue) = 72+50+116=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #483274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483274 is #B7CD8B. Grayscale: #3F3F3F. Windows color (decimal): -12045708 or 7615048. OLE color: 7615048.

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

Color convert

RGB 72 50 116 -
CMYK 0.38 0.57 0 0.55
HSL 260º 0.4% 0.33% -
HSV(B) 260º 0.57% 0.45% -
XYZ 6.97 4.92 17.11 -
YUV 64.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 72 50 116 0.38 0.57 0 0.55 260 0.4 0.33
Hex 48 32 74 26 39 0 37 104 28 21
Octal 110 62 164 46 71 0 67 404 50 41
Binary 1001000 110010 1110100 100110 111001 0 110111 100000100 101000 100001

Color Harmonies of #483274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483274

Black with #483274

Text Example


Text Example

White with #483274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483274; }

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

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

background-color css

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

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

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

border-color css

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

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

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