#4F429D

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

Shades of Blue Gem #4F429D

Tints of Blue Gem #4F429D

Color information

#4F429D (or 0x4F429D) is unknown color: approx Blue Gem. HEX triplet: 4F, 42 and 9D. RGB value is (79,66,157). Sum of RGB (Red+Green+Blue) = 79+66+157=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F429D is #B0BD62. Grayscale: #4F4F4F. Windows color (decimal): -11582819 or 10306127. OLE color: 10306127.

HSL color Cylindrical-coordinate representation of color #4F429D: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F429D is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7966157-
CMYK0.500.5800.38
HSL248.57º40.81%43.73%-
HSV(B)248.57º57.96%61.57%-
XYZ11.267.9932.85-
YUV80.26171.31127.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=26.16%
G=21.85%
B=51.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79661570.500.5800.38248.5740.8143.73
Hex4F429D323A026f9292c
Octal11710223562720463715154
Binary1001111100001010011101110010111010010011011111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,66,157); }

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

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

 a { background-color: rgb(79,66,157); }

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

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

 span { border-color: rgb(79,66,157); }

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