#4C3075

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

Shades of Blue Diamond #4C3075

Tints of Blue Diamond #4C3075

Color information

#4C3075 (or 0x4C3075) is unknown color: approx Blue Diamond. HEX triplet: 4C, 30 and 75. RGB value is (76,48,117). Sum of RGB (Red+Green+Blue) = 76+48+117=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3075 is #B3CF8A. Grayscale: #3F3F3F. Windows color (decimal): -11784075 or 7680076. OLE color: 7680076.

HSL color Cylindrical-coordinate representation of color #4C3075: hue angle of 264.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C3075 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7648117-
CMYK0.350.5900.54
HSL264.35º41.82%32.35%-
HSV(B)264.35º58.97%45.88%-
XYZ7.254.9317.4-
YUV64.24157.78136.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=31.54%
G=19.92%
B=48.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76481170.350.5900.54264.3541.8232.35
Hex4C3075233B0361082a20
Octal1146016543730664105240
Binary100110011000011101011000111110110110110100001000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,48,117); }

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

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

 a { background-color: rgb(76,48,117); }

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

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

 span { border-color: rgb(76,48,117); }

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