#4F447A

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

Shades of Victoria #4F447A

Tints of Victoria #4F447A

Color information

#4F447A (or 0x4F447A) is unknown color: approx Victoria. HEX triplet: 4F, 44 and 7A. RGB value is (79,68,122). Sum of RGB (Red+Green+Blue) = 79+68+122=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F447A is #B0BB85. Grayscale: #4D4D4D. Windows color (decimal): -11582342 or 8012879. OLE color: 8012879.

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

Color convert

RGB7968122-
CMYK0.350.4400.52
HSL252.22º28.42%37.25%-
HSV(B)252.22º44.26%47.84%-
XYZ8.87.219.34-
YUV77.44153.14129.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=29.37%
G=25.28%
B=45.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79681220.350.4400.52252.2228.4237.25
Hex4F447A232C034fc1c25
Octal11710417243540643743445
Binary10011111000100111101010001110110001101001111110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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