#481968

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

Shades of Blue Diamond #481968

Tints of Blue Diamond #481968

Color information

#481968 (or 0x481968) is unknown color: approx Blue Diamond. HEX triplet: 48, 19 and 68. RGB value is (72,25,104). Sum of RGB (Red+Green+Blue) = 72+25+104=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #481968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481968 is #B7E697. Grayscale: #2F2F2F. Windows color (decimal): -12052120 or 6822216. OLE color: 6822216.

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

Color convert

RGB7225104-
CMYK0.310.7600.59
HSL275.7º61.24%25.29%-
HSV(B)275.7º75.96%40.78%-
XYZ5.523.0713.4-
YUV48.06159.57145.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 104 (41.02% from 255) = 51.74%
R=35.82%
G=12.44%
B=51.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72251040.310.7600.59275.761.2425.29
Hex4819681F4C03B1143d19
Octal11031150371140734247531
Binary1001000110011101000111111001100011101110001010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481968; }

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

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

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

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

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

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

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

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