Html Css Color HEX #4C3490 Blue Gem

📋 copy color: '#4C3490'

red 76 ◦ green 52 ◦ blue 144

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

Shades of Blue Gem #4C3490

Tints of Blue Gem #4C3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.12%

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 27.94%
G = 19.12%
B = 52.94%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C3490 (or 0x4C3490) is known color: Blue Gem. HEX triplet: 4C, 34 and 90. RGB value is (76,52,144). Sum of RGB (Red+Green+Blue) = 76+52+144=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C3490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3490 is #B3CB6F. Grayscale: #454545. Windows color (decimal): -11783024 or 9450572. OLE color: 9450572.

HSL color Cylindrical-coordinate representation of color #4C3490: hue angle of 255.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C3490 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 52 144 -
CMYK 0.47 0.64 0 0.44
HSL 255.65º 0.47% 0.38% -
HSV(B) 255.65º 0.64% 0.56% -
XYZ 9.24 6.01 27.06 -
YUV 69.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 76 52 144 0.47 0.64 0 0.44 255.65 0.47 0.38
Hex 4C 34 90 2F 40 0 2C 100 2F 26
Octal 114 64 220 57 100 0 54 400 57 46
Binary 1001100 110100 10010000 101111 1000000 0 101100 100000000 101111 100110

Color Harmonies of #4C3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3490

Black with #4C3490

Text Example


Text Example

White with #4C3490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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