#481C75

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

Shades of Blue Diamond #481C75

Tints of Blue Diamond #481C75

Color information

#481C75 (or 0x481C75) is unknown color: approx Blue Diamond. HEX triplet: 48, 1C and 75. RGB value is (72,28,117). Sum of RGB (Red+Green+Blue) = 72+28+117=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #481C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C75 is #B7E38A. Grayscale: #323232. Windows color (decimal): -12051339 or 7674952. OLE color: 7674952.

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

Color convert

RGB7228117-
CMYK0.380.7600.54
HSL269.66º61.38%28.43%-
HSV(B)269.66º76.07%45.88%-
XYZ6.33.4917.17-
YUV51.3165.08142.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=33.18%
G=12.90%
B=53.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72281170.380.7600.54269.6661.3828.43
Hex481C75264C03610e3d1c
Octal11034165461140664167534
Binary10010001110011101011001101001100011011010000111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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