#4C34AE

Color #4C34AE Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4C34AE

Tints of Blue Gem #4C34AE

Color information

#4C34AE (or 0x4C34AE) is unknown color: approx Blue Gem. HEX triplet: 4C, 34 and AE. RGB value is (76,52,174). Sum of RGB (Red+Green+Blue) = 76+52+174=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C34AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C34AE is #B3CB51. Grayscale: #484848. Windows color (decimal): -11782994 or 11416652. OLE color: 11416652.

HSL color Cylindrical-coordinate representation of color #4C34AE: hue angle of 251.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C34AE is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7652174-
CMYK0.560.7000.32
HSL251.8º53.98%44.31%-
HSV(B)251.8º70.11%68.24%-
XYZ11.857.0540.78-
YUV73.08184.95130.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.17%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=25.17%
G=17.22%
B=57.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76521740.560.7000.32251.853.9844.31
Hex4C34AE3846020fc362c
Octal11464256701060403746654
Binary1001100110100101011101110001000110010000011111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,52,174); }

 H1.HeaderClassName
 {
   color: #4C34AE;
 }
 .AnyTagClassName
 {
   color: #4C34AE;
 }
</style>
background-color css

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

 a { background-color: rgb(76,52,174); }

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

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

 span { border-color: rgb(76,52,174); }

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