#481A75

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

Shades of Blue Diamond #481A75

Tints of Blue Diamond #481A75

Color information

#481A75 (or 0x481A75) is unknown color: approx Blue Diamond. HEX triplet: 48, 1A and 75. RGB value is (72,26,117). Sum of RGB (Red+Green+Blue) = 72+26+117=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #481A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A75 is #B7E58A. Grayscale: #313131. Windows color (decimal): -12051851 or 7674440. OLE color: 7674440.

HSL color Cylindrical-coordinate representation of color #481A75: hue angle of 270.33º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481A75 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7226117-
CMYK0.380.7800.54
HSL270.33º63.64%28.04%-
HSV(B)270.33º77.78%45.88%-
XYZ6.253.417.16-
YUV50.13165.74143.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=33.49%
G=12.09%
B=54.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72261170.380.7800.54270.3363.6428.04
Hex481A75264E03610e401c
Octal110321654611606641610034
Binary100100011010111010110011010011100110110100001110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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