Html Css Color HEX #4C3089 Blue Gem

📋 copy color: '#4C3089'

red 76 ◦ green 48 ◦ blue 137

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

Shades of Blue Gem #4C3089

Tints of Blue Gem #4C3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

 BLUE value IS 137 (53.91% from 255) = 52.49%

R = 29.12%
G = 18.39%
B = 52.49%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4C3089 (or 0x4C3089) is known color: Blue Gem. HEX triplet: 4C, 30 and 89. RGB value is (76,48,137). Sum of RGB (Red+Green+Blue) = 76+48+137=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C3089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3089 is #B3CF76. Grayscale: #424242. Windows color (decimal): -11784055 or 8990796. OLE color: 8990796.

HSL color Cylindrical-coordinate representation of color #4C3089: hue angle of 258.88º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C3089 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 76 48 137 -
CMYK 0.45 0.65 0 0.46
HSL 258.88º 0.48% 0.36% -
HSV(B) 258.88º 0.65% 0.54% -
XYZ 8.55 5.46 24.27 -
YUV 66.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 76 48 137 0.45 0.65 0 0.46 258.88 0.48 0.36
Hex 4C 30 89 2D 41 0 2E 103 30 24
Octal 114 60 211 55 101 0 56 403 60 44
Binary 1001100 110000 10001001 101101 1000001 0 101110 100000011 110000 100100

Color Harmonies of #4C3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3089

Black with #4C3089

Text Example


Text Example

White with #4C3089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,137); }

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

background-color css

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

 a { background-color: rgb(76,48,137); }

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

border-color css

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

 span { border-color: rgb(76,48,137); }

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