#4F3884

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

Shades of Blue Gem #4F3884

Tints of Blue Gem #4F3884

Color information

#4F3884 (or 0x4F3884) is unknown color: approx Blue Gem. HEX triplet: 4F, 38 and 84. RGB value is (79,56,132). Sum of RGB (Red+Green+Blue) = 79+56+132=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F3884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3884 is #B0C77B. Grayscale: #474747. Windows color (decimal): -11585404 or 8665167. OLE color: 8665167.

HSL color Cylindrical-coordinate representation of color #4F3884: hue angle of 258.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3884 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7956132-
CMYK0.400.5800.48
HSL258.16º40.43%36.86%-
HSV(B)258.16º57.58%51.76%-
XYZ8.86.1622.55-
YUV71.54162.12133.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=29.59%
G=20.97%
B=49.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79561320.400.5800.48258.1640.4336.86
Hex4F3884283A0301022825
Octal1177020450720604025045
Binary1001111111000100001001010001110100110000100000010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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