#48306b

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

Shades of Blue Diamond #48306B

Tints of Blue Diamond #48306B

Color information

#48306B (or 0x48306B) is unknown color: approx Blue Diamond. HEX triplet: 48, 30 and 6B. RGB value is (72,48,107). Sum of RGB (Red+Green+Blue) = 72+48+107=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #48306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48306B is #B7CF94. Grayscale: #3D3D3D. Windows color (decimal): -12046229 or 7024712. OLE color: 7024712.

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

Color convert

RGB7248107-
CMYK0.330.5500.58
HSL264.41º38.06%30.39%-
HSV(B)264.41º55.14%41.96%-
XYZ6.384.5514.45-
YUV61.9153.45135.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=31.72%
G=21.15%
B=47.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72481070.330.5500.58264.4138.0630.39
Hex48306B213703A108261e
Octal1106015341670724104636
Binary10010001100001101011100001110111011101010000100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48306b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48306b; }

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

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

<style>
 a { background-color: #48306b; }

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

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

<style>
 span { border-color: #48306b; }

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

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