#4b3072

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

Shades of Blue Diamond #4B3072

Tints of Blue Diamond #4B3072

Color information

#4B3072 (or 0x4B3072) is unknown color: approx Blue Diamond. HEX triplet: 4B, 30 and 72. RGB value is (75,48,114). Sum of RGB (Red+Green+Blue) = 75+48+114=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3072 is #B4CF8D. Grayscale: #3F3F3F. Windows color (decimal): -11849614 or 7483467. OLE color: 7483467.

HSL color Cylindrical-coordinate representation of color #4B3072: hue angle of 264.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B3072 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7548114-
CMYK0.340.5800.55
HSL264.55º40.74%31.76%-
HSV(B)264.55º57.89%44.71%-
XYZ74.8216.48-
YUV63.6156.45136.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=31.65%
G=20.25%
B=48.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75481140.340.5800.55264.5540.7431.76
Hex4B3072223A0371092920
Octal1136016242720674115140
Binary100101111000011100101000101110100110111100001001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b3072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,48,114); }

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

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

 a { background-color: rgb(75,48,114); }

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

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

 span { border-color: rgb(75,48,114); }

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