#481672

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

Shades of Blue Diamond #481672

Tints of Blue Diamond #481672

Color information

#481672 (or 0x481672) is unknown color: approx Blue Diamond. HEX triplet: 48, 16 and 72. RGB value is (72,22,114). Sum of RGB (Red+Green+Blue) = 72+22+114=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #481672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481672 is #B7E98D. Grayscale: #2F2F2F. Windows color (decimal): -12052878 or 7476808. OLE color: 7476808.

HSL color Cylindrical-coordinate representation of color #481672: hue angle of 272.61º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481672 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7222114-
CMYK0.370.8100.55
HSL272.61º67.65%26.67%-
HSV(B)272.61º80.7%44.71%-
XYZ63.1716.21-
YUV47.44165.56145.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=34.62%
G=10.58%
B=54.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72221140.370.8100.55272.6167.6526.67
Hex4816722551037111441b
Octal110261624512106742110433
Binary100100010110111001010010110100010110111100010001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481672; }

 p { color: rgb(72,22,114); }

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

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

 a { background-color: rgb(72,22,114); }

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

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

 span { border-color: rgb(72,22,114); }

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