Html Css Color HEX #4938AB Blue Gem

📋 copy color: '#4938AB'

red 73 ◦ green 56 ◦ blue 171

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

Shades of Blue Gem #4938AB

Tints of Blue Gem #4938AB

RGB

 RED value IS 73 (28.91% from 255) = 24.33%

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

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

R = 24.33%
G = 18.67%
B = 57%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4938AB (or 0x4938AB) is known color: Blue Gem. HEX triplet: 49, 38 and AB. RGB value is (73,56,171). Sum of RGB (Red+Green+Blue) = 73+56+171=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #4938AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4938AB is #B6C754. Grayscale: #494949. Windows color (decimal): -11978581 or 11221065. OLE color: 11221065.

HSL color Cylindrical-coordinate representation of color #4938AB: hue angle of 248.87º 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 #4938AB is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 56 171 -
CMYK 0.57 0.67 0 0.33
HSL 248.87º 0.51% 0.45% -
HSV(B) 248.87º 0.67% 0.67% -
XYZ 11.51 7.19 39.31 -
YUV 74.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 73 56 171 0.57 0.67 0 0.33 248.87 0.51 0.45
Hex 49 38 AB 39 43 0 21 F9 33 2D
Octal 111 70 253 71 103 0 41 371 63 55
Binary 1001001 111000 10101011 111001 1000011 0 100001 11111001 110011 101101

Color Harmonies of #4938AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4938AB

Black with #4938AB

Text Example


Text Example

White with #4938AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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