#481F70

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

Shades of Blue Diamond #481F70

Tints of Blue Diamond #481F70

Color information

#481F70 (or 0x481F70) is unknown color: approx Blue Diamond. HEX triplet: 48, 1F and 70. RGB value is (72,31,112). Sum of RGB (Red+Green+Blue) = 72+31+112=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #481F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F70 is #B7E08F. Grayscale: #343434. Windows color (decimal): -12050576 or 7348040. OLE color: 7348040.

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

Color convert

RGB7231112-
CMYK0.360.7200.56
HSL270.37º56.64%28.04%-
HSV(B)270.37º72.32%43.92%-
XYZ6.093.5315.69-
YUV52.49161.58141.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=33.49%
G=14.42%
B=52.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72311120.360.7200.56270.3756.6428.04
Hex481F70244803810e391c
Octal11037160441100704167134
Binary10010001111111100001001001001000011100010000111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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