#4C3270

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

Shades of Blue Diamond #4C3270

Tints of Blue Diamond #4C3270

Color information

#4C3270 (or 0x4C3270) is unknown color: approx Blue Diamond. HEX triplet: 4C, 32 and 70. RGB value is (76,50,112). Sum of RGB (Red+Green+Blue) = 76+50+112=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3270 is #B3CD8F. Grayscale: #404040. Windows color (decimal): -11783568 or 7352908. OLE color: 7352908.

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

Color convert

RGB7650112-
CMYK0.320.5500.56
HSL265.16º38.27%31.76%-
HSV(B)265.16º55.36%43.92%-
XYZ7.054.9915.92-
YUV64.84154.61135.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=31.93%
G=21.01%
B=47.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76501120.320.5500.56265.1638.2731.76
Hex4C327020370381092620
Octal1146216040670704114640
Binary100110011001011100001000001101110111000100001001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,112); }

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

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

 a { background-color: rgb(76,50,112); }

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

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

 span { border-color: rgb(76,50,112); }

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