#4C3562

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

Shades of Blue Diamond #4C3562

Tints of Blue Diamond #4C3562

Color information

#4C3562 (or 0x4C3562) is unknown color: approx Blue Diamond. HEX triplet: 4C, 35 and 62. RGB value is (76,53,98). Sum of RGB (Red+Green+Blue) = 76+53+98=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3562 is #B3CA9D. Grayscale: #404040. Windows color (decimal): -11782814 or 6436172. OLE color: 6436172.

HSL color Cylindrical-coordinate representation of color #4C3562: hue angle of 270.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3562 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB765398-
CMYK0.220.4600.62
HSL270.67º29.8%29.61%-
HSV(B)270.67º45.92%38.43%-
XYZ6.464.9612.17-
YUV65.01146.62135.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=33.48%
G=23.35%
B=43.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7653980.220.4600.62270.6729.829.61
Hex4C3562162E03E10f1e1e
Octal1146514226560764173636
Binary100110011010111000101011010111001111101000011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,98); }

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

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

 a { background-color: rgb(76,53,98); }

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

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

 span { border-color: rgb(76,53,98); }

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