Html Css Color HEX #4C3487 Blue Gem

📋 copy color: '#4C3487'

red 76 ◦ green 52 ◦ blue 135

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

Shades of Blue Gem #4C3487

Tints of Blue Gem #4C3487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 28.9%
G = 19.77%
B = 51.33%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4C3487 (or 0x4C3487) is known color: Blue Gem. HEX triplet: 4C, 34 and 87. RGB value is (76,52,135). Sum of RGB (Red+Green+Blue) = 76+52+135=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C3487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3487 is #B3CB78. Grayscale: #444444. Windows color (decimal): -11783033 or 8860748. OLE color: 8860748.

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

Color convert

RGB 76 52 135 -
CMYK 0.44 0.61 0 0.47
HSL 257.35º 0.44% 0.37% -
HSV(B) 257.35º 0.61% 0.53% -
XYZ 8.58 5.74 23.58 -
YUV 68.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 76 52 135 0.44 0.61 0 0.47 257.35 0.44 0.37
Hex 4C 34 87 2C 3D 0 2F 101 2C 25
Octal 114 64 207 54 75 0 57 401 54 45
Binary 1001100 110100 10000111 101100 111101 0 101111 100000001 101100 100101

Color Harmonies of #4C3487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3487

Black with #4C3487

Text Example


Text Example

White with #4C3487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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