#4F3883

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

Shades of Blue Gem #4F3883

Tints of Blue Gem #4F3883

Color information

#4F3883 (or 0x4F3883) is unknown color: approx Blue Gem. HEX triplet: 4F, 38 and 83. RGB value is (79,56,131). Sum of RGB (Red+Green+Blue) = 79+56+131=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F3883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3883 is #B0C77C. Grayscale: #474747. Windows color (decimal): -11585405 or 8599631. OLE color: 8599631.

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

Color convert

RGB7956131-
CMYK0.400.5700.49
HSL258.4º40.11%36.67%-
HSV(B)258.4º57.25%51.37%-
XYZ8.746.1322.2-
YUV71.43161.62133.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.70%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=29.70%
G=21.05%
B=49.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79561310.400.5700.49258.440.1136.67
Hex4F388328390311022825
Octal1177020350710614025045
Binary1001111111000100000111010001110010110001100000010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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