#481778

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

Shades of Blue Diamond #481778

Tints of Blue Diamond #481778

Color information

#481778 (or 0x481778) is unknown color: approx Blue Diamond. HEX triplet: 48, 17 and 78. RGB value is (72,23,120). Sum of RGB (Red+Green+Blue) = 72+23+120=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #481778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481778 is #B7E887. Grayscale: #303030. Windows color (decimal): -12052616 or 7870280. OLE color: 7870280.

HSL color Cylindrical-coordinate representation of color #481778: hue angle of 270.31º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481778 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7223120-
CMYK0.400.8100.53
HSL270.31º67.83%28.04%-
HSV(B)270.31º80.83%47.06%-
XYZ6.373.3518.08-
YUV48.71168.23144.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=33.49%
G=10.70%
B=55.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72231200.400.8100.53270.3167.8328.04
Hex481778285103510e441c
Octal110271705012106541610434
Binary100100010111111100010100010100010110101100001110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481778; }

 p { color: rgb(72,23,120); }

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

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

 a { background-color: rgb(72,23,120); }

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

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

 span { border-color: rgb(72,23,120); }

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