Html Css Color HEX #4C38AB Blue Gem

📋 copy color: '#4C38AB'

red 76 ◦ green 56 ◦ blue 171

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

Shades of Blue Gem #4C38AB

Tints of Blue Gem #4C38AB

RGB

 RED value IS 76 (30.08% from 255) = 25.08%

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

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

R = 25.08%
G = 18.48%
B = 56.44%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C38AB (or 0x4C38AB) is known color: Blue Gem. HEX triplet: 4C, 38 and AB. RGB value is (76,56,171). Sum of RGB (Red+Green+Blue) = 76+56+171=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C38AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C38AB is #B3C754. Grayscale: #4A4A4A. Windows color (decimal): -11781973 or 11221068. OLE color: 11221068.

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

Color convert

RGB 76 56 171 -
CMYK 0.56 0.67 0 0.33
HSL 250.43º 0.51% 0.45% -
HSV(B) 250.43º 0.67% 0.67% -
XYZ 11.75 7.31 39.32 -
YUV 75.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 76 56 171 0.56 0.67 0 0.33 250.43 0.51 0.45
Hex 4C 38 AB 38 43 0 21 FA 33 2D
Octal 114 70 253 70 103 0 41 372 63 55
Binary 1001100 111000 10101011 111000 1000011 0 100001 11111010 110011 101101

Color Harmonies of #4C38AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C38AB

Black with #4C38AB

Text Example


Text Example

White with #4C38AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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