#4B2073

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

Shades of Blue Diamond #4B2073

Tints of Blue Diamond #4B2073

Color information

#4B2073 (or 0x4B2073) is unknown color: approx Blue Diamond. HEX triplet: 4B, 20 and 73. RGB value is (75,32,115). Sum of RGB (Red+Green+Blue) = 75+32+115=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B2073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2073 is #B4DF8C. Grayscale: #363636. Windows color (decimal): -11853709 or 7544907. OLE color: 7544907.

HSL color Cylindrical-coordinate representation of color #4B2073: hue angle of 271.08º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2073 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7532115-
CMYK0.350.7200.55
HSL271.08º56.46%28.82%-
HSV(B)271.08º72.17%45.1%-
XYZ6.513.7716.6-
YUV54.32162.25142.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=33.78%
G=14.41%
B=51.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75321150.350.7200.55271.0856.4628.82
Hex4B2073234803710f381d
Octal11340163431100674177035
Binary100101110000011100111000111001000011011110000111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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