Html Css Color HEX #4C449D Blue Gem

📋 copy color: '#4C449D'

red 76 ◦ green 68 ◦ blue 157

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

Shades of Blue Gem #4C449D

Tints of Blue Gem #4C449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 25.25%
G = 22.59%
B = 52.16%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C449D (or 0x4C449D) is known color: Blue Gem. HEX triplet: 4C, 44 and 9D. RGB value is (76,68,157). Sum of RGB (Red+Green+Blue) = 76+68+157=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C449D is #B3BB62. Grayscale: #505050. Windows color (decimal): -11778915 or 10306636. OLE color: 10306636.

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

Color convert

RGB 76 68 157 -
CMYK 0.52 0.57 0 0.38
HSL 245.39º 0.4% 0.44% -
HSV(B) 245.39º 0.57% 0.62% -
XYZ 11.13 8.11 32.88 -
YUV 80.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 76 68 157 0.52 0.57 0 0.38 245.39 0.4 0.44
Hex 4C 44 9D 34 39 0 26 F5 28 2C
Octal 114 104 235 64 71 0 46 365 50 54
Binary 1001100 1000100 10011101 110100 111001 0 100110 11110101 101000 101100

Color Harmonies of #4C449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C449D

Black with #4C449D

Text Example


Text Example

White with #4C449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,157); }

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

background-color css

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

 a { background-color: rgb(76,68,157); }

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

border-color css

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

 span { border-color: rgb(76,68,157); }

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