Html Css Color HEX #4C2977 Blue Diamond

📋 copy color: '#4C2977'

red 76 ◦ green 41 ◦ blue 119

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

Shades of Blue Diamond #4C2977

Tints of Blue Diamond #4C2977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 32.2%
G = 17.37%
B = 50.42%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C2977 (or 0x4C2977) is known color: Blue Diamond. HEX triplet: 4C, 29 and 77. RGB value is (76,41,119). Sum of RGB (Red+Green+Blue) = 76+41+119=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2977 is #B3D688. Grayscale: #3C3C3C. Windows color (decimal): -11785865 or 7809356. OLE color: 7809356.

HSL color Cylindrical-coordinate representation of color #4C2977: hue angle of 266.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C2977 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 41 119 -
CMYK 0.36 0.66 0 0.53
HSL 266.92º 0.49% 0.31% -
HSV(B) 266.92º 0.66% 0.47% -
XYZ 7.1 4.45 17.94 -
YUV 60.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 76 41 119 0.36 0.66 0 0.53 266.92 0.49 0.31
Hex 4C 29 77 24 42 0 35 10B 31 1F
Octal 114 51 167 44 102 0 65 413 61 37
Binary 1001100 101001 1110111 100100 1000010 0 110101 100001011 110001 11111

Color Harmonies of #4C2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2977

Black with #4C2977

Text Example


Text Example

White with #4C2977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,119); }

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

background-color css

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

 a { background-color: rgb(76,41,119); }

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

border-color css

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

 span { border-color: rgb(76,41,119); }

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