Html Css Color HEX #4C409D Blue Gem

📋 copy color: '#4C409D'

red 76 ◦ green 64 ◦ blue 157

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

Shades of Blue Gem #4C409D

Tints of Blue Gem #4C409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 25.59%
G = 21.55%
B = 52.86%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C409D (or 0x4C409D) is known color: Blue Gem. HEX triplet: 4C, 40 and 9D. RGB value is (76,64,157). Sum of RGB (Red+Green+Blue) = 76+64+157=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C409D is #B3BF62. Grayscale: #4D4D4D. Windows color (decimal): -11779939 or 10305612. OLE color: 10305612.

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

Color convert

RGB 76 64 157 -
CMYK 0.52 0.59 0 0.38
HSL 247.74º 0.42% 0.43% -
HSV(B) 247.74º 0.59% 0.62% -
XYZ 10.9 7.64 32.8 -
YUV 78.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 76 64 157 0.52 0.59 0 0.38 247.74 0.42 0.43
Hex 4C 40 9D 34 3B 0 26 F8 2A 2B
Octal 114 100 235 64 73 0 46 370 52 53
Binary 1001100 1000000 10011101 110100 111011 0 100110 11111000 101010 101011

Color Harmonies of #4C409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C409D

Black with #4C409D

Text Example


Text Example

White with #4C409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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