#4C247B

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

Shades of Blue Diamond #4C247B

Tints of Blue Diamond #4C247B

Color information

#4C247B (or 0x4C247B) is unknown color: approx Blue Diamond. HEX triplet: 4C, 24 and 7B. RGB value is (76,36,123). Sum of RGB (Red+Green+Blue) = 76+36+123=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C247B is #B3DB84. Grayscale: #393939. Windows color (decimal): -11787141 or 8070220. OLE color: 8070220.

HSL color Cylindrical-coordinate representation of color #4C247B: hue angle of 267.59º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C247B is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7636123-
CMYK0.380.7100.52
HSL267.59º54.72%31.18%-
HSV(B)267.59º70.73%48.24%-
XYZ7.194.2319.18-
YUV57.88164.75140.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=32.34%
G=15.32%
B=52.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76361230.380.7100.52267.5954.7231.18
Hex4C247B264703410c371f
Octal11444173461070644146737
Binary100110010010011110111001101000111011010010000110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,36,123); }

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

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

 a { background-color: rgb(76,36,123); }

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

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

 span { border-color: rgb(76,36,123); }

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