#481C77

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

Shades of Blue Diamond #481C77

Tints of Blue Diamond #481C77

Color information

#481C77 (or 0x481C77) is unknown color: approx Blue Diamond. HEX triplet: 48, 1C and 77. RGB value is (72,28,119). Sum of RGB (Red+Green+Blue) = 72+28+119=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #481C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C77 is #B7E388. Grayscale: #333333. Windows color (decimal): -12051337 or 7806024. OLE color: 7806024.

HSL color Cylindrical-coordinate representation of color #481C77: hue angle of 269.01º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481C77 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7228119-
CMYK0.390.7600.53
HSL269.01º61.9%28.82%-
HSV(B)269.01º76.47%46.67%-
XYZ6.423.5417.8-
YUV51.53166.08142.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=32.88%
G=12.79%
B=54.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72281190.390.7600.53269.0161.928.82
Hex481C77274C03510d3e1d
Octal11034167471140654157635
Binary10010001110011101111001111001100011010110000110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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