#4F469B

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

Shades of Blue Gem #4F469B

Tints of Blue Gem #4F469B

Color information

#4F469B (or 0x4F469B) is unknown color: approx Blue Gem. HEX triplet: 4F, 46 and 9B. RGB value is (79,70,155). Sum of RGB (Red+Green+Blue) = 79+70+155=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F469B is #B0B964. Grayscale: #525252. Windows color (decimal): -11581797 or 10176079. OLE color: 10176079.

HSL color Cylindrical-coordinate representation of color #4F469B: hue angle of 246.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F469B is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7970155-
CMYK0.490.5500.39
HSL246.35º37.78%44.12%-
HSV(B)246.35º54.84%60.78%-
XYZ11.338.4132.04-
YUV82.38168.98125.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=25.99%
G=23.03%
B=50.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79701550.490.5500.39246.3537.7844.12
Hex4F469B3137027f6262c
Octal11710623361670473664654
Binary1001111100011010011011110001110111010011111110110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,155); }

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

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

 a { background-color: rgb(79,70,155); }

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

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

 span { border-color: rgb(79,70,155); }

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