Html Css Color HEX #4F4986 Victoria

📋 copy color: '#4F4986'

red 79 ◦ green 73 ◦ blue 134

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

Shades of Victoria #4F4986

Tints of Victoria #4F4986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 27.62%
G = 25.52%
B = 46.85%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F4986 (or 0x4F4986) is known color: Victoria. HEX triplet: 4F, 49 and 86. RGB value is (79,73,134). Sum of RGB (Red+Green+Blue) = 79+73+134=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #4F4986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4986 is #B0B679. Grayscale: #515151. Windows color (decimal): -11581050 or 8800591. OLE color: 8800591.

HSL color Cylindrical-coordinate representation of color #4F4986: hue angle of 245.9º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F4986 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 73 134 -
CMYK 0.41 0.46 0 0.47
HSL 245.9º 0.29% 0.41% -
HSV(B) 245.9º 0.46% 0.53% -
XYZ 9.91 8.15 23.6 -
YUV 81.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 79 73 134 0.41 0.46 0 0.47 245.9 0.29 0.41
Hex 4F 49 86 29 2E 0 2F F6 1D 29
Octal 117 111 206 51 56 0 57 366 35 51
Binary 1001111 1001001 10000110 101001 101110 0 101111 11110110 11101 101001

Color Harmonies of #4F4986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4986

Black with #4F4986

Text Example


Text Example

White with #4F4986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,73,134); }

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

background-color css

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

 a { background-color: rgb(79,73,134); }

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

border-color css

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

 span { border-color: rgb(79,73,134); }

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