#4F30A0

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

Shades of Blue Gem #4F30A0

Tints of Blue Gem #4F30A0

Color information

#4F30A0 (or 0x4F30A0) is unknown color: approx Blue Gem. HEX triplet: 4F, 30 and A0. RGB value is (79,48,160). Sum of RGB (Red+Green+Blue) = 79+48+160=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #4F30A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F30A0 is #B0CF5F. Grayscale: #454545. Windows color (decimal): -11587424 or 10498127. OLE color: 10498127.

HSL color Cylindrical-coordinate representation of color #4F30A0: hue angle of 256.61º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F30A0 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7948160-
CMYK0.510.7000.37
HSL256.61º53.85%40.78%-
HSV(B)256.61º70%62.75%-
XYZ10.636.3133.92-
YUV70.04178.77134.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 160 (62.89% from 255) = 55.75%
R=27.53%
G=16.72%
B=55.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79481600.510.7000.37256.6153.8540.78
Hex4F30A033460251013629
Octal11760240631060454016651
Binary10011111100001010000011001110001100100101100000001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F30A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,48,160); }

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

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

 a { background-color: rgb(79,48,160); }

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

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

 span { border-color: rgb(79,48,160); }

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