Html Css Color HEX #4B38AD Blue Gem

📋 copy color: '#4B38AD'

red 75 ◦ green 56 ◦ blue 173

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

Shades of Blue Gem #4B38AD

Tints of Blue Gem #4B38AD

RGB

 RED value IS 75 (29.69% from 255) = 24.67%

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

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 24.67%
G = 18.42%
B = 56.91%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B38AD (or 0x4B38AD) is known color: Blue Gem. HEX triplet: 4B, 38 and AD. RGB value is (75,56,173). Sum of RGB (Red+Green+Blue) = 75+56+173=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B38AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B38AD is #B4C752. Grayscale: #4A4A4A. Windows color (decimal): -11847507 or 11352139. OLE color: 11352139.

HSL color Cylindrical-coordinate representation of color #4B38AD: hue angle of 249.74º 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 #4B38AD is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 56 173 -
CMYK 0.57 0.68 0 0.32
HSL 249.74º 0.51% 0.45% -
HSV(B) 249.74º 0.68% 0.68% -
XYZ 11.86 7.34 40.33 -
YUV 75.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 75 56 173 0.57 0.68 0 0.32 249.74 0.51 0.45
Hex 4B 38 AD 39 44 0 20 FA 33 2D
Octal 113 70 255 71 104 0 40 372 63 55
Binary 1001011 111000 10101101 111001 1000100 0 100000 11111010 110011 101101

Color Harmonies of #4B38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B38AD

Black with #4B38AD

Text Example


Text Example

White with #4B38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B38AD;
 }
 .AnyTagClassName
 {
   color: #4B38AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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