#481E70

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

Shades of Blue Diamond #481E70

Tints of Blue Diamond #481E70

Color information

#481E70 (or 0x481E70) is unknown color: approx Blue Diamond. HEX triplet: 48, 1E and 70. RGB value is (72,30,112). Sum of RGB (Red+Green+Blue) = 72+30+112=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #481E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E70 is #B7E18F. Grayscale: #333333. Windows color (decimal): -12050832 or 7347784. OLE color: 7347784.

HSL color Cylindrical-coordinate representation of color #481E70: hue angle of 270.73º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #481E70 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7230112-
CMYK0.360.7300.56
HSL270.73º57.75%27.84%-
HSV(B)270.73º73.21%43.92%-
XYZ6.063.4815.68-
YUV51.91161.91142.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=33.64%
G=14.02%
B=52.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72301120.360.7300.56270.7357.7527.84
Hex481E70244903810f3a1c
Octal11036160441110704177234
Binary10010001111011100001001001001001011100010000111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E70; }

 p { color: rgb(72,30,112); }

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

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

 a { background-color: rgb(72,30,112); }

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

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

 span { border-color: rgb(72,30,112); }

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