Html Css Color HEX #4C1E6F Blue Diamond

📋 copy color: '#4C1E6F'

red 76 ◦ green 30 ◦ blue 111

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

Shades of Blue Diamond #4C1E6F

Tints of Blue Diamond #4C1E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.82%

 BLUE value IS 111 (43.75% from 255) = 51.15%

R = 35.02%
G = 13.82%
B = 51.15%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C1E6F (or 0x4C1E6F) is known color: Blue Diamond. HEX triplet: 4C, 1E and 6F. RGB value is (76,30,111). Sum of RGB (Red+Green+Blue) = 76+30+111=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C1E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1E6F is #B3E190. Grayscale: #343434. Windows color (decimal): -11788689 or 7282252. OLE color: 7282252.

HSL color Cylindrical-coordinate representation of color #4C1E6F: hue angle of 274.07º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C1E6F is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 30 111 -
CMYK 0.32 0.73 0 0.56
HSL 274.07º 0.57% 0.28% -
HSV(B) 274.07º 0.73% 0.44% -
XYZ 6.31 3.61 15.4 -
YUV 52.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 76 30 111 0.32 0.73 0 0.56 274.07 0.57 0.28
Hex 4C 1E 6F 20 49 0 38 112 39 1C
Octal 114 36 157 40 111 0 70 422 71 34
Binary 1001100 11110 1101111 100000 1001001 0 111000 100010010 111001 11100

Color Harmonies of #4C1E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1E6F

Black with #4C1E6F

Text Example


Text Example

White with #4C1E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,30,111); }

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

background-color css

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

 a { background-color: rgb(76,30,111); }

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

border-color css

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

 span { border-color: rgb(76,30,111); }

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