Html Css Color HEX #4D38AC Blue Gem

📋 copy color: '#4D38AC'

red 77 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #4D38AC

Tints of Blue Gem #4D38AC

RGB

 RED value IS 77 (30.47% from 255) = 25.25%

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

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 25.25%
G = 18.36%
B = 56.39%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D38AC (or 0x4D38AC) is known color: Blue Gem. HEX triplet: 4D, 38 and AC. RGB value is (77,56,172). Sum of RGB (Red+Green+Blue) = 77+56+172=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D38AC is #B2C753. Grayscale: #4B4B4B. Windows color (decimal): -11716436 or 11286605. OLE color: 11286605.

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

Color convert

RGB 77 56 172 -
CMYK 0.55 0.67 0 0.33
HSL 250.86º 0.51% 0.45% -
HSV(B) 250.86º 0.67% 0.67% -
XYZ 11.92 7.38 39.83 -
YUV 75.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 77 56 172 0.55 0.67 0 0.33 250.86 0.51 0.45
Hex 4D 38 AC 37 43 0 21 FB 33 2D
Octal 115 70 254 67 103 0 41 373 63 55
Binary 1001101 111000 10101100 110111 1000011 0 100001 11111011 110011 101101

Color Harmonies of #4D38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D38AC

Black with #4D38AC

Text Example


Text Example

White with #4D38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,56,172); }

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

background-color css

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

 a { background-color: rgb(77,56,172); }

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

border-color css

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

 span { border-color: rgb(77,56,172); }

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