#48306A

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

Shades of Blue Diamond #48306A

Tints of Blue Diamond #48306A

Color information

#48306A (or 0x48306A) is unknown color: approx Blue Diamond. HEX triplet: 48, 30 and 6A. RGB value is (72,48,106). Sum of RGB (Red+Green+Blue) = 72+48+106=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #48306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48306A is #B7CF95. Grayscale: #3D3D3D. Windows color (decimal): -12046230 or 6959176. OLE color: 6959176.

HSL color Cylindrical-coordinate representation of color #48306A: hue angle of 264.83º 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 #48306A is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7248106-
CMYK0.320.5500.58
HSL264.83º37.66%30.2%-
HSV(B)264.83º54.72%41.57%-
XYZ6.334.5314.18-
YUV61.79152.95135.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=31.86%
G=21.24%
B=46.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72481060.320.5500.58264.8337.6630.2
Hex48306A203703A109261e
Octal1106015240670724114636
Binary10010001100001101010100000110111011101010000100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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