Html Css Color HEX #4F2482 Windsor

📋 copy color: '#4F2482'

red 79 ◦ green 36 ◦ blue 130

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

Shades of Windsor #4F2482

Tints of Windsor #4F2482

RGB

 RED value IS 79 (31.25% from 255) = 32.24%

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 130 (51.17% from 255) = 53.06%

R = 32.24%
G = 14.69%
B = 53.06%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F2482 (or 0x4F2482) is known color: Windsor. HEX triplet: 4F, 24 and 82. RGB value is (79,36,130). Sum of RGB (Red+Green+Blue) = 79+36+130=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F2482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2482 is #B0DB7D. Grayscale: #3B3B3B. Windows color (decimal): -11590526 or 8528975. OLE color: 8528975.

HSL color Cylindrical-coordinate representation of color #4F2482: hue angle of 267.45º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2482 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 36 130 -
CMYK 0.39 0.72 0 0.49
HSL 267.45º 0.57% 0.33% -
HSV(B) 267.45º 0.72% 0.51% -
XYZ 7.88 4.54 21.58 -
YUV 59.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 79 36 130 0.39 0.72 0 0.49 267.45 0.57 0.33
Hex 4F 24 82 27 48 0 31 10B 39 21
Octal 117 44 202 47 110 0 61 413 71 41
Binary 1001111 100100 10000010 100111 1001000 0 110001 100001011 111001 100001

Color Harmonies of #4F2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2482

Black with #4F2482

Text Example


Text Example

White with #4F2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F2482; }

 p { color: rgb(79,36,130); }

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

background-color css

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

 a { background-color: rgb(79,36,130); }

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

border-color css

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

 span { border-color: rgb(79,36,130); }

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