#4C236E

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

Shades of Blue Diamond #4C236E

Tints of Blue Diamond #4C236E

Color information

#4C236E (or 0x4C236E) is unknown color: approx Blue Diamond. HEX triplet: 4C, 23 and 6E. RGB value is (76,35,110). Sum of RGB (Red+Green+Blue) = 76+35+110=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C236E is #B3DC91. Grayscale: #373737. Windows color (decimal): -11787410 or 7217996. OLE color: 7217996.

HSL color Cylindrical-coordinate representation of color #4C236E: hue angle of 272.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C236E is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7635110-
CMYK0.310.6800.57
HSL272.8º51.72%28.43%-
HSV(B)272.8º68.18%43.14%-
XYZ6.43.8615.16-
YUV55.81158.58142.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=34.39%
G=15.84%
B=49.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76351100.310.6800.57272.851.7228.43
Hex4C236E1F44039111341c
Octal11443156371040714216434
Binary10011001000111101110111111000100011100110001000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,110); }

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

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

 a { background-color: rgb(76,35,110); }

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

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

 span { border-color: rgb(76,35,110); }

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