Html Css Color HEX #4C2575 Blue Diamond

📋 copy color: '#4C2575'

red 76 ◦ green 37 ◦ blue 117

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

Shades of Blue Diamond #4C2575

Tints of Blue Diamond #4C2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 33.04%
G = 16.09%
B = 50.87%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C2575 (or 0x4C2575) is known color: Blue Diamond. HEX triplet: 4C, 25 and 75. RGB value is (76,37,117). Sum of RGB (Red+Green+Blue) = 76+37+117=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2575 is #B3DA8A. Grayscale: #393939. Windows color (decimal): -11786891 or 7677260. OLE color: 7677260.

HSL color Cylindrical-coordinate representation of color #4C2575: hue angle of 269.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C2575 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 37 117 -
CMYK 0.35 0.68 0 0.54
HSL 269.25º 0.52% 0.3% -
HSV(B) 269.25º 0.68% 0.46% -
XYZ 6.85 4.14 17.27 -
YUV 57.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 76 37 117 0.35 0.68 0 0.54 269.25 0.52 0.3
Hex 4C 25 75 23 44 0 36 10D 34 1E
Octal 114 45 165 43 104 0 66 415 64 36
Binary 1001100 100101 1110101 100011 1000100 0 110110 100001101 110100 11110

Color Harmonies of #4C2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2575

Black with #4C2575

Text Example


Text Example

White with #4C2575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,37,117); }

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

background-color css

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

 a { background-color: rgb(76,37,117); }

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

border-color css

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

 span { border-color: rgb(76,37,117); }

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