Html Css Color HEX #4C419D Blue Gem

📋 copy color: '#4C419D'

red 76 ◦ green 65 ◦ blue 157

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

Shades of Blue Gem #4C419D

Tints of Blue Gem #4C419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 25.5%
G = 21.81%
B = 52.68%

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

#4C419D (or 0x4C419D) is known color: Blue Gem. HEX triplet: 4C, 41 and 9D. RGB value is (76,65,157). Sum of RGB (Red+Green+Blue) = 76+65+157=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C419D is #B3BE62. Grayscale: #4E4E4E. Windows color (decimal): -11779683 or 10305868. OLE color: 10305868.

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

Color convert

RGB 76 65 157 -
CMYK 0.52 0.59 0 0.38
HSL 247.17º 0.41% 0.44% -
HSV(B) 247.17º 0.59% 0.62% -
XYZ 10.96 7.75 32.82 -
YUV 78.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 76 65 157 0.52 0.59 0 0.38 247.17 0.41 0.44
Hex 4C 41 9D 34 3B 0 26 F7 29 2C
Octal 114 101 235 64 73 0 46 367 51 54
Binary 1001100 1000001 10011101 110100 111011 0 100110 11110111 101001 101100

Color Harmonies of #4C419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C419D

Black with #4C419D

Text Example


Text Example

White with #4C419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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