Html Css Color HEX #4838AB Blue Gem

📋 copy color: '#4838AB'

red 72 ◦ green 56 ◦ blue 171

#4838AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4838AB

Tints of Blue Gem #4838AB

RGB

 RED value IS 72 (28.52% from 255) = 24.08%

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 24.08%
G = 18.73%
B = 57.19%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4838AB (or 0x4838AB) is known color: Blue Gem. HEX triplet: 48, 38 and AB. RGB value is (72,56,171). Sum of RGB (Red+Green+Blue) = 72+56+171=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #4838AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4838AB is #B7C754. Grayscale: #494949. Windows color (decimal): -12044117 or 11221064. OLE color: 11221064.

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

Color convert

RGB 72 56 171 -
CMYK 0.58 0.67 0 0.33
HSL 248.35º 0.51% 0.45% -
HSV(B) 248.35º 0.67% 0.67% -
XYZ 11.44 7.15 39.3 -
YUV 73.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 72 56 171 0.58 0.67 0 0.33 248.35 0.51 0.45
Hex 48 38 AB 3A 43 0 21 F8 33 2D
Octal 110 70 253 72 103 0 41 370 63 55
Binary 1001000 111000 10101011 111010 1000011 0 100001 11111000 110011 101101

Color Harmonies of #4838AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4838AB

Black with #4838AB

Text Example


Text Example

White with #4838AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4838AB;
 }
 .AnyTagClassName
 {
   color: #4838AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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