Html Css Color HEX #4C1A80 Blue Diamond

📋 copy color: '#4C1A80'

red 76 ◦ green 26 ◦ blue 128

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

Shades of Blue Diamond #4C1A80

Tints of Blue Diamond #4C1A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 33.04%
G = 11.3%
B = 55.65%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C1A80 (or 0x4C1A80) is known color: Blue Diamond. HEX triplet: 4C, 1A and 80. RGB value is (76,26,128). Sum of RGB (Red+Green+Blue) = 76+26+128=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C1A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1A80 is #B3E57F. Grayscale: #343434. Windows color (decimal): -11789696 or 8395340. OLE color: 8395340.

HSL color Cylindrical-coordinate representation of color #4C1A80: hue angle of 269.41º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1A80 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 26 128 -
CMYK 0.41 0.80 0 0.50
HSL 269.41º 0.66% 0.3% -
HSV(B) 269.41º 0.8% 0.5% -
XYZ 7.25 3.83 20.78 -
YUV 52.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 76 26 128 0.41 0.80 0 0.50 269.41 0.66 0.3
Hex 4C 1A 80 29 50 0 32 10D 42 1E
Octal 114 32 200 51 120 0 62 415 102 36
Binary 1001100 11010 10000000 101001 1010000 0 110010 100001101 1000010 11110

Color Harmonies of #4C1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A80

Black with #4C1A80

Text Example


Text Example

White with #4C1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,26,128); }

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

background-color css

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

 a { background-color: rgb(76,26,128); }

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

border-color css

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

 span { border-color: rgb(76,26,128); }

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