Html Css Color HEX #4C2B71 Blue Diamond

📋 copy color: '#4C2B71'

red 76 ◦ green 43 ◦ blue 113

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

Shades of Blue Diamond #4C2B71

Tints of Blue Diamond #4C2B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.53%

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

R = 32.76%
G = 18.53%
B = 48.71%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C2B71 (or 0x4C2B71) is known color: Blue Diamond. HEX triplet: 4C, 2B and 71. RGB value is (76,43,113). Sum of RGB (Red+Green+Blue) = 76+43+113=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2B71 is #B3D48E. Grayscale: #3C3C3C. Windows color (decimal): -11785359 or 7416652. OLE color: 7416652.

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

Color convert

RGB 76 43 113 -
CMYK 0.33 0.62 0 0.56
HSL 268.29º 0.45% 0.31% -
HSV(B) 268.29º 0.62% 0.44% -
XYZ 6.83 4.46 16.12 -
YUV 60.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 76 43 113 0.33 0.62 0 0.56 268.29 0.45 0.31
Hex 4C 2B 71 21 3E 0 38 10C 2D 1F
Octal 114 53 161 41 76 0 70 414 55 37
Binary 1001100 101011 1110001 100001 111110 0 111000 100001100 101101 11111

Color Harmonies of #4C2B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B71

Black with #4C2B71

Text Example


Text Example

White with #4C2B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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