#4F3898

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

Shades of Blue Gem #4F3898

Tints of Blue Gem #4F3898

Color information

#4F3898 (or 0x4F3898) is unknown color: approx Blue Gem. HEX triplet: 4F, 38 and 98. RGB value is (79,56,152). Sum of RGB (Red+Green+Blue) = 79+56+152=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F3898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3898 is #B0C767. Grayscale: #494949. Windows color (decimal): -11585384 or 9975887. OLE color: 9975887.

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

Color convert

RGB7956152-
CMYK0.480.6300.40
HSL254.38º46.15%40.78%-
HSV(B)254.38º63.16%59.61%-
XYZ10.316.7630.47-
YUV73.82172.12131.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=27.53%
G=19.51%
B=52.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79561520.480.6300.40254.3846.1540.78
Hex4F3898303F028fe2e29
Octal1177023060770503765651
Binary100111111100010011000110000111111010100011111110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,56,152); }

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

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

 a { background-color: rgb(79,56,152); }

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

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

 span { border-color: rgb(79,56,152); }

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