#4B449D

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

Shades of Blue Gem #4B449D

Tints of Blue Gem #4B449D

Color information

#4B449D (or 0x4B449D) is unknown color: approx Blue Gem. HEX triplet: 4B, 44 and 9D. RGB value is (75,68,157). Sum of RGB (Red+Green+Blue) = 75+68+157=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B449D is #B4BB62. Grayscale: #4F4F4F. Windows color (decimal): -11844451 or 10306635. OLE color: 10306635.

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

Color convert

RGB7568157-
CMYK0.520.5700.38
HSL244.72º39.56%44.12%-
HSV(B)244.72º56.69%61.57%-
XYZ11.058.0632.87-
YUV80.24171.32124.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=25%
G=22.67%
B=52.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75681570.520.5700.38244.7239.5644.12
Hex4B449D3439026f5282c
Octal11310423564710463655054
Binary1001011100010010011101110100111001010011011110101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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