Html Css Color HEX #4C276F Blue Diamond

📋 copy color: '#4C276F'

red 76 ◦ green 39 ◦ blue 111

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

Shades of Blue Diamond #4C276F

Tints of Blue Diamond #4C276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

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

R = 33.63%
G = 17.26%
B = 49.12%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C276F (or 0x4C276F) is known color: Blue Diamond. HEX triplet: 4C, 27 and 6F. RGB value is (76,39,111). Sum of RGB (Red+Green+Blue) = 76+39+111=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C276F is #B3D890. Grayscale: #3A3A3A. Windows color (decimal): -11786385 or 7284556. OLE color: 7284556.

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

Color convert

RGB 76 39 111 -
CMYK 0.32 0.65 0 0.56
HSL 270.83º 0.48% 0.29% -
HSV(B) 270.83º 0.65% 0.44% -
XYZ 6.58 4.14 15.49 -
YUV 58.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 76 39 111 0.32 0.65 0 0.56 270.83 0.48 0.29
Hex 4C 27 6F 20 41 0 38 10F 30 1D
Octal 114 47 157 40 101 0 70 417 60 35
Binary 1001100 100111 1101111 100000 1000001 0 111000 100001111 110000 11101

Color Harmonies of #4C276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C276F

Black with #4C276F

Text Example


Text Example

White with #4C276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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