#4C3367

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

Shades of Blue Diamond #4C3367

Tints of Blue Diamond #4C3367

Color information

#4C3367 (or 0x4C3367) is unknown color: approx Blue Diamond. HEX triplet: 4C, 33 and 67. RGB value is (76,51,103). Sum of RGB (Red+Green+Blue) = 76+51+103=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3367 is #B3CC98. Grayscale: #404040. Windows color (decimal): -11783321 or 6763340. OLE color: 6763340.

HSL color Cylindrical-coordinate representation of color #4C3367: hue angle of 268.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C3367 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7651103-
CMYK0.260.5000.60
HSL268.85º33.77%30.2%-
HSV(B)268.85º50.49%40.39%-
XYZ6.614.8813.43-
YUV64.4149.78136.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=33.04%
G=22.17%
B=44.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76511030.260.5000.60268.8533.7730.2
Hex4C33671A3203C10d221e
Octal1146314732620744154236
Binary1001100110011110011111010110010011110010000110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,51,103); }

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

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

 a { background-color: rgb(76,51,103); }

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

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

 span { border-color: rgb(76,51,103); }

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