#4B449A

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

Shades of Blue Gem #4B449A

Tints of Blue Gem #4B449A

Color information

#4B449A (or 0x4B449A) is unknown color: approx Blue Gem. HEX triplet: 4B, 44 and 9A. RGB value is (75,68,154). Sum of RGB (Red+Green+Blue) = 75+68+154=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B449A is #B4BB65. Grayscale: #4F4F4F. Windows color (decimal): -11844454 or 10110027. OLE color: 10110027.

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

Color convert

RGB7568154-
CMYK0.510.5600.40
HSL244.88º38.74%43.53%-
HSV(B)244.88º55.84%60.39%-
XYZ10.87.9631.54-
YUV79.9169.82124.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=25.25%
G=22.90%
B=51.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75681540.510.5600.40244.8838.7443.53
Hex4B449A3338028f5272c
Octal11310423263700503654754
Binary1001011100010010011010110011111000010100011110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,68,154); }

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

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

 a { background-color: rgb(75,68,154); }

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

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

 span { border-color: rgb(75,68,154); }

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