#48236F

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

Shades of Blue Diamond #48236F

Tints of Blue Diamond #48236F

Color information

#48236F (or 0x48236F) is unknown color: approx Blue Diamond. HEX triplet: 48, 23 and 6F. RGB value is (72,35,111). Sum of RGB (Red+Green+Blue) = 72+35+111=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #48236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48236F is #B7DC90. Grayscale: #363636. Windows color (decimal): -12049553 or 7283528. OLE color: 7283528.

HSL color Cylindrical-coordinate representation of color #48236F: hue angle of 269.21º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48236F is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7235111-
CMYK0.350.6800.56
HSL269.21º52.05%28.63%-
HSV(B)269.21º68.47%43.53%-
XYZ6.143.7315.43-
YUV54.73159.76140.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=33.03%
G=16.06%
B=50.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72351110.350.6800.56269.2152.0528.63
Hex48236F234403810d341d
Octal11043157431040704156435
Binary100100010001111011111000111000100011100010000110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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