#4c34ad

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

Shades of Blue Gem #4C34AD

Tints of Blue Gem #4C34AD

Color information

#4C34AD (or 0x4C34AD) is unknown color: approx Blue Gem. HEX triplet: 4C, 34 and AD. RGB value is (76,52,173). Sum of RGB (Red+Green+Blue) = 76+52+173=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C34AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C34AD is #B3CB52. Grayscale: #484848. Windows color (decimal): -11782995 or 11351116. OLE color: 11351116.

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

Color convert

RGB7652173-
CMYK0.560.7000.32
HSL251.9º53.78%44.12%-
HSV(B)251.9º69.94%67.84%-
XYZ11.757.0140.27-
YUV72.97184.45130.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=25.25%
G=17.28%
B=57.48%

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
Decimal76521730.560.7000.32251.953.7844.12
Hex4C34AD3846020fc362c
Octal11464255701060403746654
Binary1001100110100101011011110001000110010000011111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c34ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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