Html Css Color HEX #4C1876 Blue Diamond

📋 copy color: '#4C1876'

red 76 ◦ green 24 ◦ blue 118

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

Shades of Blue Diamond #4C1876

Tints of Blue Diamond #4C1876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 34.86%
G = 11.01%
B = 54.13%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C1876 (or 0x4C1876) is known color: Blue Diamond. HEX triplet: 4C, 18 and 76. RGB value is (76,24,118). Sum of RGB (Red+Green+Blue) = 76+24+118=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C1876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1876 is #B3E789. Grayscale: #313131. Windows color (decimal): -11790218 or 7739468. OLE color: 7739468.

HSL color Cylindrical-coordinate representation of color #4C1876: hue angle of 273.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1876 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 24 118 -
CMYK 0.36 0.80 0 0.54
HSL 273.19º 0.66% 0.28% -
HSV(B) 273.19º 0.8% 0.46% -
XYZ 6.58 3.5 17.47 -
YUV 50.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 76 24 118 0.36 0.80 0 0.54 273.19 0.66 0.28
Hex 4C 18 76 24 50 0 36 111 42 1C
Octal 114 30 166 44 120 0 66 421 102 34
Binary 1001100 11000 1110110 100100 1010000 0 110110 100010001 1000010 11100

Color Harmonies of #4C1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1876

Black with #4C1876

Text Example


Text Example

White with #4C1876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,24,118); }

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

background-color css

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

 a { background-color: rgb(76,24,118); }

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

border-color css

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

 span { border-color: rgb(76,24,118); }

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