#4B2D70

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

Shades of Blue Diamond #4B2D70

Tints of Blue Diamond #4B2D70

Color information

#4B2D70 (or 0x4B2D70) is unknown color: approx Blue Diamond. HEX triplet: 4B, 2D and 70. RGB value is (75,45,112). Sum of RGB (Red+Green+Blue) = 75+45+112=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B2D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D70 is #B4D28F. Grayscale: #3D3D3D. Windows color (decimal): -11850384 or 7351627. OLE color: 7351627.

HSL color Cylindrical-coordinate representation of color #4B2D70: hue angle of 266.87º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B2D70 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7545112-
CMYK0.330.6000.56
HSL266.87º42.68%30.78%-
HSV(B)266.87º59.82%43.92%-
XYZ6.764.5415.85-
YUV61.61156.44137.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=32.33%
G=19.40%
B=48.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75451120.330.6000.56266.8742.6830.78
Hex4B2D70213C03810b2b1f
Octal1135516041740704135337
Binary10010111011011110000100001111100011100010000101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,45,112); }

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

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

 a { background-color: rgb(75,45,112); }

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

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

 span { border-color: rgb(75,45,112); }

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