#4B4599

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

Shades of Blue Gem #4B4599

Tints of Blue Gem #4B4599

Color information

#4B4599 (or 0x4B4599) is unknown color: approx Blue Gem. HEX triplet: 4B, 45 and 99. RGB value is (75,69,153). Sum of RGB (Red+Green+Blue) = 75+69+153=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B4599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4599 is #B4BA66. Grayscale: #505050. Windows color (decimal): -11844199 or 10044747. OLE color: 10044747.

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

Color convert

RGB7569153-
CMYK0.510.5500.4
HSL244.29º37.84%43.53%-
HSV(B)244.29º54.9%60%-
XYZ10.788.0531.12-
YUV80.37168.99124.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=25.25%
G=23.23%
B=51.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75691530.510.5500.4244.2937.8443.53
Hex4B45993337028f4262c
Octal11310523163670503644654
Binary1001011100010110011001110011110111010100011110100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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