#4F457A

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

Shades of Victoria #4F457A

Tints of Victoria #4F457A

Color information

#4F457A (or 0x4F457A) is unknown color: approx Victoria. HEX triplet: 4F, 45 and 7A. RGB value is (79,69,122). Sum of RGB (Red+Green+Blue) = 79+69+122=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F457A is #B0BA85. Grayscale: #4D4D4D. Windows color (decimal): -11582086 or 8013135. OLE color: 8013135.

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

Color convert

RGB7969122-
CMYK0.350.4300.52
HSL251.32º27.75%37.45%-
HSV(B)251.32º43.44%47.84%-
XYZ8.877.3219.36-
YUV78.03152.81128.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=29.26%
G=25.56%
B=45.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79691220.350.4300.52251.3227.7537.45
Hex4F457A232B034fb1c25
Octal11710517243530643733445
Binary10011111000101111101010001110101101101001111101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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