#4C3071

Color #4C3071 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4C3071

Tints of Blue Diamond #4C3071

Color information

#4C3071 (or 0x4C3071) is unknown color: approx Blue Diamond. HEX triplet: 4C, 30 and 71. RGB value is (76,48,113). Sum of RGB (Red+Green+Blue) = 76+48+113=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C3071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3071 is #B3CF8E. Grayscale: #3F3F3F. Windows color (decimal): -11784079 or 7417932. OLE color: 7417932.

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

Color convert

RGB7648113-
CMYK0.330.5800.56
HSL265.85º40.37%31.57%-
HSV(B)265.85º57.52%44.31%-
XYZ7.024.8416.19-
YUV63.78155.78136.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=32.07%
G=20.25%
B=47.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76481130.330.5800.56265.8540.3731.57
Hex4C3071213A03810a2820
Octal1146016141720704125040
Binary100110011000011100011000011110100111000100001010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C3071;
 }
 .AnyTagClassName
 {
   color: #4C3071;
 }
</style>
background-color css

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

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

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

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

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

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