Html Css Color HEX #4C2278 Blue Diamond

📋 copy color: '#4C2278'

red 76 ◦ green 34 ◦ blue 120

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

Shades of Blue Diamond #4C2278

Tints of Blue Diamond #4C2278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

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

R = 33.04%
G = 14.78%
B = 52.17%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C2278 (or 0x4C2278) is known color: Blue Diamond. HEX triplet: 4C, 22 and 78. RGB value is (76,34,120). Sum of RGB (Red+Green+Blue) = 76+34+120=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C2278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2278 is #B3DD87. Grayscale: #383838. Windows color (decimal): -11787656 or 7873100. OLE color: 7873100.

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

Color convert

RGB 76 34 120 -
CMYK 0.37 0.72 0 0.53
HSL 269.3º 0.56% 0.3% -
HSV(B) 269.3º 0.72% 0.47% -
XYZ 6.94 4.04 18.18 -
YUV 56.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 76 34 120 0.37 0.72 0 0.53 269.3 0.56 0.3
Hex 4C 22 78 25 48 0 35 10D 38 1E
Octal 114 42 170 45 110 0 65 415 70 36
Binary 1001100 100010 1111000 100101 1001000 0 110101 100001101 111000 11110

Color Harmonies of #4C2278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2278

Black with #4C2278

Text Example


Text Example

White with #4C2278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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