Html Css Color HEX #4F4886 Victoria

📋 copy color: '#4F4886'

red 79 ◦ green 72 ◦ blue 134

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

Shades of Victoria #4F4886

Tints of Victoria #4F4886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

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

R = 27.72%
G = 25.26%
B = 47.02%

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

#4F4886 (or 0x4F4886) is known color: Victoria. HEX triplet: 4F, 48 and 86. RGB value is (79,72,134). Sum of RGB (Red+Green+Blue) = 79+72+134=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #4F4886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4886 is #B0B779. Grayscale: #505050. Windows color (decimal): -11581306 or 8800335. OLE color: 8800335.

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

Color convert

RGB 79 72 134 -
CMYK 0.41 0.46 0 0.47
HSL 246.77º 0.3% 0.4% -
HSV(B) 246.77º 0.46% 0.53% -
XYZ 9.84 8.02 23.58 -
YUV 81.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 79 72 134 0.41 0.46 0 0.47 246.77 0.3 0.4
Hex 4F 48 86 29 2E 0 2F F7 1E 28
Octal 117 110 206 51 56 0 57 367 36 50
Binary 1001111 1001000 10000110 101001 101110 0 101111 11110111 11110 101000

Color Harmonies of #4F4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4886

Black with #4F4886

Text Example


Text Example

White with #4F4886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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