#481878

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

Shades of Blue Diamond #481878

Tints of Blue Diamond #481878

Color information

#481878 (or 0x481878) is unknown color: approx Blue Diamond. HEX triplet: 48, 18 and 78. RGB value is (72,24,120). Sum of RGB (Red+Green+Blue) = 72+24+120=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #481878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481878 is #B7E787. Grayscale: #303030. Windows color (decimal): -12052360 or 7870536. OLE color: 7870536.

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

Color convert

RGB7224120-
CMYK0.400.800.53
HSL270º66.67%28.24%-
HSV(B)270º80%47.06%-
XYZ6.393.3918.09-
YUV49.3167.9144.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72241200.400.800.5327066.6728.24
Hex481878285003510e431c
Octal110301705012006541610334
Binary100100011000111100010100010100000110101100001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481878; }

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

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

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

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

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

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

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

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