#481676

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

Shades of Blue Diamond #481676

Tints of Blue Diamond #481676

Color information

#481676 (or 0x481676) is unknown color: approx Blue Diamond. HEX triplet: 48, 16 and 76. RGB value is (72,22,118). Sum of RGB (Red+Green+Blue) = 72+22+118=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #481676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481676 is #B7E989. Grayscale: #2F2F2F. Windows color (decimal): -12052874 or 7738952. OLE color: 7738952.

HSL color Cylindrical-coordinate representation of color #481676: hue angle of 271.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481676 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7222118-
CMYK0.390.8100.54
HSL271.25º68.57%27.45%-
HSV(B)271.25º81.36%46.27%-
XYZ6.233.2617.44-
YUV47.89167.56145.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=33.96%
G=10.38%
B=55.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72221180.390.8100.54271.2568.5727.45
Hex481676275103610f451b
Octal110261664712106641710533
Binary100100010110111011010011110100010110110100001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481676; }

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

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

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

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

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

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

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

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