#4F4587

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

Shades of Victoria #4F4587

Tints of Victoria #4F4587

Color information

#4F4587 (or 0x4F4587) is unknown color: approx Victoria. HEX triplet: 4F, 45 and 87. RGB value is (79,69,135). Sum of RGB (Red+Green+Blue) = 79+69+135=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F4587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4587 is #B0BA78. Grayscale: #4F4F4F. Windows color (decimal): -11582073 or 8865103. OLE color: 8865103.

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

Color convert

RGB7969135-
CMYK0.410.4900.47
HSL249.09º32.35%40%-
HSV(B)249.09º48.89%52.94%-
XYZ9.737.6723.89-
YUV79.51159.31127.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=27.92%
G=24.38%
B=47.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79691350.410.4900.47249.0932.3540
Hex4F4587293102Ff92028
Octal11710520751610573714050
Binary1001111100010110000111101001110001010111111111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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