#481A6E

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

Shades of Blue Diamond #481A6E

Tints of Blue Diamond #481A6E

Color information

#481A6E (or 0x481A6E) is unknown color: approx Blue Diamond. HEX triplet: 48, 1A and 6E. RGB value is (72,26,110). Sum of RGB (Red+Green+Blue) = 72+26+110=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #481A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A6E is #B7E591. Grayscale: #313131. Windows color (decimal): -12051858 or 7215688. OLE color: 7215688.

HSL color Cylindrical-coordinate representation of color #481A6E: hue angle of 272.86º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481A6E is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7226110-
CMYK0.350.7600.57
HSL272.86º61.76%26.67%-
HSV(B)272.86º76.36%43.14%-
XYZ5.863.2415.07-
YUV49.33162.24144.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 26 (10.55% from 255) = 12.5%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=34.62%
G=12.5%
B=52.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72261100.350.7600.57272.8661.7626.67
Hex481A6E234C0391113e1b
Octal11032156431140714217633
Binary10010001101011011101000111001100011100110001000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,110); }

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

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

 a { background-color: rgb(72,26,110); }

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

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

 span { border-color: rgb(72,26,110); }

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