#4C2D70

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

Shades of Blue Diamond #4C2D70

Tints of Blue Diamond #4C2D70

Color information

#4C2D70 (or 0x4C2D70) is unknown color: approx Blue Diamond. HEX triplet: 4C, 2D and 70. RGB value is (76,45,112). Sum of RGB (Red+Green+Blue) = 76+45+112=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C2D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2D70 is #B3D28F. Grayscale: #3D3D3D. Windows color (decimal): -11784848 or 7351628. OLE color: 7351628.

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

Color convert

RGB7645112-
CMYK0.320.6000.56
HSL267.76º42.68%30.78%-
HSV(B)267.76º59.82%43.92%-
XYZ6.844.5815.85-
YUV61.91156.27138.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=32.62%
G=19.31%
B=48.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76451120.320.6000.56267.7642.6830.78
Hex4C2D70203C03810c2b1f
Octal1145516040740704145337
Binary10011001011011110000100000111100011100010000110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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