#4f30ab

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

Shades of Blue Gem #4F30AB

Tints of Blue Gem #4F30AB

Color information

#4F30AB (or 0x4F30AB) is unknown color: approx Blue Gem. HEX triplet: 4F, 30 and AB. RGB value is (79,48,171). Sum of RGB (Red+Green+Blue) = 79+48+171=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F30AB is #B0CF54. Grayscale: #464646. Windows color (decimal): -11587413 or 11219023. OLE color: 11219023.

HSL color Cylindrical-coordinate representation of color #4F30AB: hue angle of 255.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F30AB is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7948171-
CMYK0.540.7200.33
HSL255.12º56.16%42.94%-
HSV(B)255.12º71.93%67.06%-
XYZ11.636.7239.21-
YUV71.29184.27133.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 171 (67.19% from 255) = 57.38%
R=26.51%
G=16.11%
B=57.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79481710.540.7200.33255.1256.1642.94
Hex4F30AB3648021ff382b
Octal11760253661100413777053
Binary1001111110000101010111101101001000010000111111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f30ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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