#48236B

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

Shades of Blue Diamond #48236B

Tints of Blue Diamond #48236B

Color information

#48236B (or 0x48236B) is unknown color: approx Blue Diamond. HEX triplet: 48, 23 and 6B. RGB value is (72,35,107). Sum of RGB (Red+Green+Blue) = 72+35+107=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #48236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48236B is #B7DC94. Grayscale: #363636. Windows color (decimal): -12049557 or 7021384. OLE color: 7021384.

HSL color Cylindrical-coordinate representation of color #48236B: hue angle of 270.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48236B is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7235107-
CMYK0.330.6700.58
HSL270.83º50.7%27.84%-
HSV(B)270.83º67.29%41.96%-
XYZ5.933.6414.3-
YUV54.27157.76140.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 107 (42.19% from 255) = 50%
R=33.64%
G=16.36%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72351070.330.6700.58270.8350.727.84
Hex48236B214303A10f331c
Octal11043153411030724176334
Binary100100010001111010111000011000011011101010000111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48236B; }

 p { color: rgb(72,35,107); }

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

<style>
 a { background-color: #48236B; }

 a { background-color: rgb(72,35,107); }

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

<style>
 span { border-color: #48236B; }

 span { border-color: rgb(72,35,107); }

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