Html Css Color HEX #4F2085 Windsor

📋 copy color: '#4F2085'

red 79 ◦ green 32 ◦ blue 133

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

Shades of Windsor #4F2085

Tints of Windsor #4F2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

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

R = 32.38%
G = 13.11%
B = 54.51%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F2085 (or 0x4F2085) is known color: Windsor. HEX triplet: 4F, 20 and 85. RGB value is (79,32,133). Sum of RGB (Red+Green+Blue) = 79+32+133=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2085 is #B0DF7A. Grayscale: #393939. Windows color (decimal): -11591547 or 8724559. OLE color: 8724559.

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

Color convert

RGB 79 32 133 -
CMYK 0.41 0.76 0 0.48
HSL 267.92º 0.61% 0.32% -
HSV(B) 267.92º 0.76% 0.52% -
XYZ 7.97 4.39 22.62 -
YUV 57.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 79 32 133 0.41 0.76 0 0.48 267.92 0.61 0.32
Hex 4F 20 85 29 4C 0 30 10C 3D 20
Octal 117 40 205 51 114 0 60 414 75 40
Binary 1001111 100000 10000101 101001 1001100 0 110000 100001100 111101 100000

Color Harmonies of #4F2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2085

Black with #4F2085

Text Example


Text Example

White with #4F2085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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