Html Css Color HEX #4C2E79 Blue Diamond

📋 copy color: '#4C2E79'

red 76 ◦ green 46 ◦ blue 121

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

Shades of Blue Diamond #4C2E79

Tints of Blue Diamond #4C2E79

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.93%

 BLUE value IS 121 (47.66% from 255) = 49.79%

R = 31.28%
G = 18.93%
B = 49.79%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C2E79 (or 0x4C2E79) is known color: Blue Diamond. HEX triplet: 4C, 2E and 79. RGB value is (76,46,121). Sum of RGB (Red+Green+Blue) = 76+46+121=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C2E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2E79 is #B3D186. Grayscale: #3F3F3F. Windows color (decimal): -11784583 or 7941708. OLE color: 7941708.

HSL color Cylindrical-coordinate representation of color #4C2E79: hue angle of 264º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C2E79 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 46 121 -
CMYK 0.37 0.62 0 0.53
HSL 264º 0.45% 0.33% -
HSV(B) 264º 0.62% 0.47% -
XYZ 7.41 4.87 18.64 -
YUV 63.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 76 46 121 0.37 0.62 0 0.53 264 0.45 0.33
Hex 4C 2E 79 25 3E 0 35 108 2D 21
Octal 114 56 171 45 76 0 65 410 55 41
Binary 1001100 101110 1111001 100101 111110 0 110101 100001000 101101 100001

Color Harmonies of #4C2E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E79

Black with #4C2E79

Text Example


Text Example

White with #4C2E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,121); }

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

background-color css

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

 a { background-color: rgb(76,46,121); }

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

border-color css

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

 span { border-color: rgb(76,46,121); }

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