#4F477A

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

Shades of Victoria #4F477A

Tints of Victoria #4F477A

Color information

#4F477A (or 0x4F477A) is unknown color: approx Victoria. HEX triplet: 4F, 47 and 7A. RGB value is (79,71,122). Sum of RGB (Red+Green+Blue) = 79+71+122=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F477A is #B0B885. Grayscale: #4F4F4F. Windows color (decimal): -11581574 or 8013647. OLE color: 8013647.

HSL color Cylindrical-coordinate representation of color #4F477A: hue angle of 249.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F477A is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7971122-
CMYK0.350.4200.52
HSL249.41º26.42%37.84%-
HSV(B)249.41º41.8%47.84%-
XYZ8.997.5719.4-
YUV79.21152.15127.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=29.04%
G=26.10%
B=44.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79711220.350.4200.52249.4126.4237.84
Hex4F477A232A034f91a26
Octal11710717243520643713246
Binary10011111000111111101010001110101001101001111100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,122); }

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

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

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

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

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

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

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