Html Css Color HEX #4C289F Blue Gem

📋 copy color: '#4C289F'

red 76 ◦ green 40 ◦ blue 159

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

Shades of Blue Gem #4C289F

Tints of Blue Gem #4C289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 27.64%
G = 14.55%
B = 57.82%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C289F (or 0x4C289F) is known color: Blue Gem. HEX triplet: 4C, 28 and 9F. RGB value is (76,40,159). Sum of RGB (Red+Green+Blue) = 76+40+159=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C289F is #B3D760. Grayscale: #3F3F3F. Windows color (decimal): -11786081 or 10430540. OLE color: 10430540.

HSL color Cylindrical-coordinate representation of color #4C289F: hue angle of 258.15º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C289F is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 40 159 -
CMYK 0.52 0.75 0 0.38
HSL 258.15º 0.6% 0.39% -
HSV(B) 258.15º 0.75% 0.62% -
XYZ 10 5.56 33.35 -
YUV 64.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 76 40 159 0.52 0.75 0 0.38 258.15 0.6 0.39
Hex 4C 28 9F 34 4B 0 26 102 3C 27
Octal 114 50 237 64 113 0 46 402 74 47
Binary 1001100 101000 10011111 110100 1001011 0 100110 100000010 111100 100111

Color Harmonies of #4C289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C289F

Black with #4C289F

Text Example


Text Example

White with #4C289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,159); }

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

background-color css

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

 a { background-color: rgb(76,40,159); }

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

border-color css

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

 span { border-color: rgb(76,40,159); }

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