#4C2F6A

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

Shades of Blue Diamond #4C2F6A

Tints of Blue Diamond #4C2F6A

Color information

#4C2F6A (or 0x4C2F6A) is unknown color: approx Blue Diamond. HEX triplet: 4C, 2F and 6A. RGB value is (76,47,106). Sum of RGB (Red+Green+Blue) = 76+47+106=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C2F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2F6A is #B3D095. Grayscale: #3E3E3E. Windows color (decimal): -11784342 or 6958924. OLE color: 6958924.

HSL color Cylindrical-coordinate representation of color #4C2F6A: hue angle of 269.49º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C2F6A is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7647106-
CMYK0.280.5600.58
HSL269.49º38.56%30%-
HSV(B)269.49º55.66%41.57%-
XYZ6.64.6114.18-
YUV62.4152.61137.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.19%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=33.19%
G=20.52%
B=46.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76471060.280.5600.58269.4938.5630
Hex4C2F6A1C3803A10d271e
Octal1145715234700724154736
Binary1001100101111110101011100111000011101010000110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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