#4F4F86

Color #4F4F86 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #4F4F86

Tints of Victoria #4F4F86

Color information

#4F4F86 (or 0x4F4F86) is unknown color: approx Victoria. HEX triplet: 4F, 4F and 86. RGB value is (79,79,134). Sum of RGB (Red+Green+Blue) = 79+79+134=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #4F4F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4F86 is #B0B079. Grayscale: #555555. Windows color (decimal): -11579514 or 8802127. OLE color: 8802127.

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

Color convert

RGB7979134-
CMYK0.410.4100.47
HSL240º25.82%41.76%-
HSV(B)240º41.04%52.55%-
XYZ10.328.9823.74-
YUV85.27155.5123.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 134 (52.73% from 255) = 45.89%
R=27.05%
G=27.05%
B=45.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79791340.410.4100.4724025.8241.76
Hex4F4F86292902Ff01a2a
Octal11711720651510573603252
Binary100111110011111000011010100110100101011111111000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F4F86;
 }
 .AnyTagClassName
 {
   color: #4F4F86;
 }
</style>
background-color css

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

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

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

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

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

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