#4B3073

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

Shades of Blue Diamond #4B3073

Tints of Blue Diamond #4B3073

Color information

#4B3073 (or 0x4B3073) is unknown color: approx Blue Diamond. HEX triplet: 4B, 30 and 73. RGB value is (75,48,115). Sum of RGB (Red+Green+Blue) = 75+48+115=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B3073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3073 is #B4CF8C. Grayscale: #3F3F3F. Windows color (decimal): -11849613 or 7549003. OLE color: 7549003.

HSL color Cylindrical-coordinate representation of color #4B3073: hue angle of 264.18º 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 #4B3073 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7548115-
CMYK0.350.5800.55
HSL264.18º41.1%31.96%-
HSV(B)264.18º58.26%45.1%-
XYZ7.054.8516.78-
YUV63.71156.95136.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=31.51%
G=20.17%
B=48.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75481150.350.5800.55264.1841.131.96
Hex4B3073233A0371082920
Octal1136016343720674105140
Binary100101111000011100111000111110100110111100001000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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