Html Css Color HEX #4C2078 Blue Diamond

📋 copy color: '#4C2078'

red 76 ◦ green 32 ◦ blue 120

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

Shades of Blue Diamond #4C2078

Tints of Blue Diamond #4C2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 33.33%
G = 14.04%
B = 52.63%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C2078 (or 0x4C2078) is known color: Blue Diamond. HEX triplet: 4C, 20 and 78. RGB value is (76,32,120). Sum of RGB (Red+Green+Blue) = 76+32+120=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2078 is #B3DF87. Grayscale: #363636. Windows color (decimal): -11788168 or 7872588. OLE color: 7872588.

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

Color convert

RGB 76 32 120 -
CMYK 0.37 0.73 0 0.53
HSL 270º 0.58% 0.3% -
HSV(B) 270º 0.73% 0.47% -
XYZ 6.89 3.93 18.16 -
YUV 55.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 76 32 120 0.37 0.73 0 0.53 270 0.58 0.3
Hex 4C 20 78 25 49 0 35 10E 3A 1E
Octal 114 40 170 45 111 0 65 416 72 36
Binary 1001100 100000 1111000 100101 1001001 0 110101 100001110 111010 11110

Color Harmonies of #4C2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2078

Black with #4C2078

Text Example


Text Example

White with #4C2078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,120); }

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

background-color css

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

 a { background-color: rgb(76,32,120); }

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

border-color css

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

 span { border-color: rgb(76,32,120); }

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