Html Css Color HEX #4C2F71 Blue Diamond

📋 copy color: '#4C2F71'

red 76 ◦ green 47 ◦ blue 113

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

Shades of Blue Diamond #4C2F71

Tints of Blue Diamond #4C2F71

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

 BLUE value IS 113 (44.53% from 255) = 47.88%

R = 32.2%
G = 19.92%
B = 47.88%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C2F71 (or 0x4C2F71) is known color: Blue Diamond. HEX triplet: 4C, 2F and 71. RGB value is (76,47,113). Sum of RGB (Red+Green+Blue) = 76+47+113=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C2F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2F71 is #B3D08E. Grayscale: #3E3E3E. Windows color (decimal): -11784335 or 7417676. OLE color: 7417676.

HSL color Cylindrical-coordinate representation of color #4C2F71: hue angle of 266.36º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2F71 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 47 113 -
CMYK 0.33 0.58 0 0.56
HSL 266.36º 0.41% 0.31% -
HSV(B) 266.36º 0.58% 0.44% -
XYZ 6.98 4.76 16.17 -
YUV 63.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 76 47 113 0.33 0.58 0 0.56 266.36 0.41 0.31
Hex 4C 2F 71 21 3A 0 38 10A 29 1F
Octal 114 57 161 41 72 0 70 412 51 37
Binary 1001100 101111 1110001 100001 111010 0 111000 100001010 101001 11111

Color Harmonies of #4C2F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F71

Black with #4C2F71

Text Example


Text Example

White with #4C2F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,47,113); }

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

background-color css

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

 a { background-color: rgb(76,47,113); }

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

border-color css

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

 span { border-color: rgb(76,47,113); }

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