#481973

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

Shades of Blue Diamond #481973

Tints of Blue Diamond #481973

Color information

#481973 (or 0x481973) is unknown color: approx Blue Diamond. HEX triplet: 48, 19 and 73. RGB value is (72,25,115). Sum of RGB (Red+Green+Blue) = 72+25+115=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #481973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481973 is #B7E68C. Grayscale: #303030. Windows color (decimal): -12052109 or 7543112. OLE color: 7543112.

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

Color convert

RGB7225115-
CMYK0.370.7800.55
HSL271.33º64.29%27.45%-
HSV(B)271.33º78.26%45.1%-
XYZ6.113.3116.54-
YUV49.31165.07144.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=33.96%
G=11.79%
B=54.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72251150.370.7800.55271.3364.2927.45
Hex481973254E03710f401b
Octal110311634511606741710033
Binary100100011001111001110010110011100110111100001111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481973; }

 p { color: rgb(72,25,115); }

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

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

 a { background-color: rgb(72,25,115); }

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

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

 span { border-color: rgb(72,25,115); }

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