Html Css Color HEX #4C2075 Blue Diamond

📋 copy color: '#4C2075'

red 76 ◦ green 32 ◦ blue 117

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

Shades of Blue Diamond #4C2075

Tints of Blue Diamond #4C2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

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

R = 33.78%
G = 14.22%
B = 52%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C2075 (or 0x4C2075) is known color: Blue Diamond. HEX triplet: 4C, 20 and 75. RGB value is (76,32,117). Sum of RGB (Red+Green+Blue) = 76+32+117=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C2075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2075 is #B3DF8A. Grayscale: #363636. Windows color (decimal): -11788171 or 7675980. OLE color: 7675980.

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

Color convert

RGB 76 32 117 -
CMYK 0.35 0.73 0 0.54
HSL 271.06º 0.57% 0.29% -
HSV(B) 271.06º 0.73% 0.46% -
XYZ 6.71 3.85 17.22 -
YUV 54.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 76 32 117 0.35 0.73 0 0.54 271.06 0.57 0.29
Hex 4C 20 75 23 49 0 36 10F 39 1D
Octal 114 40 165 43 111 0 66 417 71 35
Binary 1001100 100000 1110101 100011 1001001 0 110110 100001111 111001 11101

Color Harmonies of #4C2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2075

Black with #4C2075

Text Example


Text Example

White with #4C2075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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