#4b4699

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

Shades of Blue Gem #4B4699

Tints of Blue Gem #4B4699

Color information

#4B4699 (or 0x4B4699) is unknown color: approx Blue Gem. HEX triplet: 4B, 46 and 99. RGB value is (75,70,153). Sum of RGB (Red+Green+Blue) = 75+70+153=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B4699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4699 is #B4B966. Grayscale: #505050. Windows color (decimal): -11843943 or 10045003. OLE color: 10045003.

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

Color convert

RGB7570153-
CMYK0.510.5400.4
HSL243.61º37.22%43.73%-
HSV(B)243.61º54.25%60%-
XYZ10.848.1831.14-
YUV80.96168.66123.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.17%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=25.17%
G=23.49%
B=51.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75701530.510.5400.4243.6137.2243.73
Hex4B46993336028f4252c
Octal11310623163660503644554
Binary1001011100011010011001110011110110010100011110100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b4699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,153); }

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

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

 a { background-color: rgb(75,70,153); }

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

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

 span { border-color: rgb(75,70,153); }

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