#4B2369

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

Shades of Blue Diamond #4B2369

Tints of Blue Diamond #4B2369

Color information

#4B2369 (or 0x4B2369) is unknown color: approx Blue Diamond. HEX triplet: 4B, 23 and 69. RGB value is (75,35,105). Sum of RGB (Red+Green+Blue) = 75+35+105=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B2369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2369 is #B4DC96. Grayscale: #363636. Windows color (decimal): -11852951 or 6890315. OLE color: 6890315.

HSL color Cylindrical-coordinate representation of color #4B2369: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2369 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7535105-
CMYK0.290.6700.59
HSL274.29º50%27.45%-
HSV(B)274.29º66.67%41.18%-
XYZ6.053.7213.76-
YUV54.94156.25142.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=34.88%
G=16.28%
B=48.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75351050.290.6700.59274.295027.45
Hex4B23691D4303B112321b
Octal11343151351030734226233
Binary10010111000111101001111011000011011101110001001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,105); }

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

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

 a { background-color: rgb(75,35,105); }

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

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

 span { border-color: rgb(75,35,105); }

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