#4838AD

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

Shades of Blue Gem #4838AD

Tints of Blue Gem #4838AD

Color information

#4838AD (or 0x4838AD) is unknown color: approx Blue Gem. HEX triplet: 48, 38 and AD. RGB value is (72,56,173). Sum of RGB (Red+Green+Blue) = 72+56+173=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #4838AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4838AD is #B7C752. Grayscale: #494949. Windows color (decimal): -12044115 or 11352136. OLE color: 11352136.

HSL color Cylindrical-coordinate representation of color #4838AD: hue angle of 248.21º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4838AD is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7256173-
CMYK0.580.6800.32
HSL248.21º51.09%44.9%-
HSV(B)248.21º67.63%67.84%-
XYZ11.637.2240.32-
YUV74.12183.8126.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=23.92%
G=18.60%
B=57.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72561730.580.6800.32248.2151.0944.9
Hex4838AD3A44020f8332d
Octal11070255721040403706355
Binary1001000111000101011011110101000100010000011111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4838AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4838AD; }

 p { color: rgb(72,56,173); }

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

<style>
 a { background-color: #4838AD; }

 a { background-color: rgb(72,56,173); }

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

<style>
 span { border-color: #4838AD; }

 span { border-color: rgb(72,56,173); }

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