#481F6E

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

Shades of Blue Diamond #481F6E

Tints of Blue Diamond #481F6E

Color information

#481F6E (or 0x481F6E) is unknown color: approx Blue Diamond. HEX triplet: 48, 1F and 6E. RGB value is (72,31,110). Sum of RGB (Red+Green+Blue) = 72+31+110=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #481F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F6E is #B7E091. Grayscale: #333333. Windows color (decimal): -12050578 or 7216968. OLE color: 7216968.

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

Color convert

RGB7231110-
CMYK0.350.7200.57
HSL271.14º56.03%27.65%-
HSV(B)271.14º71.82%43.14%-
XYZ5.983.4815.11-
YUV52.26160.58142.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 31 (12.5% from 255) = 14.55%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=33.80%
G=14.55%
B=51.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72311100.350.7200.57271.1456.0327.65
Hex481F6E234803910f381c
Octal11037156431100714177034
Binary10010001111111011101000111001000011100110000111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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