Html Css Color HEX #4C2CAB Blue Gem

📋 copy color: '#4C2CAB'

red 76 ◦ green 44 ◦ blue 171

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

Shades of Blue Gem #4C2CAB

Tints of Blue Gem #4C2CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

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

R = 26.12%
G = 15.12%
B = 58.76%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C2CAB (or 0x4C2CAB) is known color: Blue Gem. HEX triplet: 4C, 2C and AB. RGB value is (76,44,171). Sum of RGB (Red+Green+Blue) = 76+44+171=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C2CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2CAB is #B3D354. Grayscale: #434343. Windows color (decimal): -11785045 or 11217996. OLE color: 11217996.

HSL color Cylindrical-coordinate representation of color #4C2CAB: hue angle of 255.12º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C2CAB is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 44 171 -
CMYK 0.56 0.74 0 0.33
HSL 255.12º 0.59% 0.42% -
HSV(B) 255.12º 0.74% 0.67% -
XYZ 11.23 6.28 39.15 -
YUV 68.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 76 44 171 0.56 0.74 0 0.33 255.12 0.59 0.42
Hex 4C 2C AB 38 4A 0 21 FF 3B 2A
Octal 114 54 253 70 112 0 41 377 73 52
Binary 1001100 101100 10101011 111000 1001010 0 100001 11111111 111011 101010

Color Harmonies of #4C2CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2CAB

Black with #4C2CAB

Text Example


Text Example

White with #4C2CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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