#4F488A

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

Shades of Victoria #4F488A

Tints of Victoria #4F488A

Color information

#4F488A (or 0x4F488A) is unknown color: approx Victoria. HEX triplet: 4F, 48 and 8A. RGB value is (79,72,138). Sum of RGB (Red+Green+Blue) = 79+72+138=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F488A is #B0B775. Grayscale: #515151. Windows color (decimal): -11581302 or 9062479. OLE color: 9062479.

HSL color Cylindrical-coordinate representation of color #4F488A: hue angle of 246.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F488A is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7972138-
CMYK0.430.4800.46
HSL246.36º31.43%41.18%-
HSV(B)246.36º47.83%54.12%-
XYZ10.138.1325.08-
YUV81.62159.82126.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.34%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=27.34%
G=24.91%
B=47.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79721380.430.4800.46246.3631.4341.18
Hex4F488A2B3002Ef61f29
Octal11711021253600563663751
Binary100111110010001000101010101111000001011101111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,138); }

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

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

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

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

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

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

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