#483068

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

Shades of Blue Diamond #483068

Tints of Blue Diamond #483068

Color information

#483068 (or 0x483068) is unknown color: approx Blue Diamond. HEX triplet: 48, 30 and 68. RGB value is (72,48,104). Sum of RGB (Red+Green+Blue) = 72+48+104=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #483068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483068 is #B7CF97. Grayscale: #3D3D3D. Windows color (decimal): -12046232 or 6828104. OLE color: 6828104.

HSL color Cylindrical-coordinate representation of color #483068: hue angle of 265.71º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483068 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7248104-
CMYK0.310.5400.59
HSL265.71º36.84%29.8%-
HSV(B)265.71º53.85%40.78%-
XYZ6.234.4913.64-
YUV61.56151.95135.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=32.14%
G=21.43%
B=46.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72481040.310.5400.59265.7136.8429.8
Hex4830681F3603B10a251e
Octal1106015037660734124536
Binary1001000110000110100011111110110011101110000101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483068; }

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

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

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

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

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

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

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

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