Html Css Color HEX #4F2185 Windsor

📋 copy color: '#4F2185'

red 79 ◦ green 33 ◦ blue 133

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

Shades of Windsor #4F2185

Tints of Windsor #4F2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 32.24%
G = 13.47%
B = 54.29%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F2185 (or 0x4F2185) is known color: Windsor. HEX triplet: 4F, 21 and 85. RGB value is (79,33,133). Sum of RGB (Red+Green+Blue) = 79+33+133=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F2185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2185 is #B0DE7A. Grayscale: #393939. Windows color (decimal): -11591291 or 8724815. OLE color: 8724815.

HSL color Cylindrical-coordinate representation of color #4F2185: hue angle of 267.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2185 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 33 133 -
CMYK 0.41 0.75 0 0.48
HSL 267.6º 0.6% 0.33% -
HSV(B) 267.6º 0.75% 0.52% -
XYZ 8 4.44 22.63 -
YUV 58.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 79 33 133 0.41 0.75 0 0.48 267.6 0.6 0.33
Hex 4F 21 85 29 4B 0 30 10C 3C 21
Octal 117 41 205 51 113 0 60 414 74 41
Binary 1001111 100001 10000101 101001 1001011 0 110000 100001100 111100 100001

Color Harmonies of #4F2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2185

Black with #4F2185

Text Example


Text Example

White with #4F2185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,33,133); }

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

background-color css

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

 a { background-color: rgb(79,33,133); }

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

border-color css

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

 span { border-color: rgb(79,33,133); }

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