#481D75

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

Shades of Blue Diamond #481D75

Tints of Blue Diamond #481D75

Color information

#481D75 (or 0x481D75) is unknown color: approx Blue Diamond. HEX triplet: 48, 1D and 75. RGB value is (72,29,117). Sum of RGB (Red+Green+Blue) = 72+29+117=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #481D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D75 is #B7E28A. Grayscale: #333333. Windows color (decimal): -12051083 or 7675208. OLE color: 7675208.

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

Color convert

RGB7229117-
CMYK0.380.7500.54
HSL269.32º60.27%28.63%-
HSV(B)269.32º75.21%45.88%-
XYZ6.323.5417.18-
YUV51.89164.75142.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=33.03%
G=13.30%
B=53.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72291170.380.7500.54269.3260.2728.63
Hex481D75264B03610d3c1d
Octal11035165461130664157435
Binary10010001110111101011001101001011011011010000110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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