#4F4B8A

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

Shades of Victoria #4F4B8A

Tints of Victoria #4F4B8A

Color information

#4F4B8A (or 0x4F4B8A) is unknown color: approx Victoria. HEX triplet: 4F, 4B and 8A. RGB value is (79,75,138). Sum of RGB (Red+Green+Blue) = 79+75+138=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F4B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4B8A is #B0B475. Grayscale: #535353. Windows color (decimal): -11580534 or 9063247. OLE color: 9063247.

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

Color convert

RGB7975138-
CMYK0.430.4600.46
HSL243.81º29.58%41.76%-
HSV(B)243.81º45.65%54.12%-
XYZ10.338.5325.15-
YUV83.38158.83124.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=27.05%
G=25.68%
B=47.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79751380.430.4600.46243.8129.5841.76
Hex4F4B8A2B2E02Ef41e2a
Octal11711321253560563643652
Binary100111110010111000101010101110111001011101111010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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