Html Css Color HEX #4C2FA4 Blue Gem

📋 copy color: '#4C2FA4'

red 76 ◦ green 47 ◦ blue 164

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

Shades of Blue Gem #4C2FA4

Tints of Blue Gem #4C2FA4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 164 (64.45% from 255) = 57.14%

R = 26.48%
G = 16.38%
B = 57.14%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4C2FA4 (or 0x4C2FA4) is known color: Blue Gem. HEX triplet: 4C, 2F and A4. RGB value is (76,47,164). Sum of RGB (Red+Green+Blue) = 76+47+164=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C2FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2FA4 is #B3D05B. Grayscale: #444444. Windows color (decimal): -11784284 or 10760012. OLE color: 10760012.

HSL color Cylindrical-coordinate representation of color #4C2FA4: hue angle of 254.87º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C2FA4 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 47 164 -
CMYK 0.54 0.71 0 0.36
HSL 254.87º 0.55% 0.41% -
HSV(B) 254.87º 0.71% 0.64% -
XYZ 10.7 6.25 35.76 -
YUV 69.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 76 47 164 0.54 0.71 0 0.36 254.87 0.55 0.41
Hex 4C 2F A4 36 47 0 24 FF 37 29
Octal 114 57 244 66 107 0 44 377 67 51
Binary 1001100 101111 10100100 110110 1000111 0 100100 11111111 110111 101001

Color Harmonies of #4C2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2FA4

Black with #4C2FA4

Text Example


Text Example

White with #4C2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,47,164); }

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

background-color css

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

 a { background-color: rgb(76,47,164); }

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

border-color css

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

 span { border-color: rgb(76,47,164); }

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