#481877

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

Shades of Blue Diamond #481877

Tints of Blue Diamond #481877

Color information

#481877 (or 0x481877) is unknown color: approx Blue Diamond. HEX triplet: 48, 18 and 77. RGB value is (72,24,119). Sum of RGB (Red+Green+Blue) = 72+24+119=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #481877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481877 is #B7E788. Grayscale: #303030. Windows color (decimal): -12052361 or 7805000. OLE color: 7805000.

HSL color Cylindrical-coordinate representation of color #481877: hue angle of 270.32º degrees, saturation: 0.66, 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 #481877 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7224119-
CMYK0.390.8000.53
HSL270.32º66.43%28.04%-
HSV(B)270.32º79.83%46.67%-
XYZ6.333.3617.77-
YUV49.18167.4144.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=33.49%
G=11.16%
B=55.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72241190.390.8000.53270.3266.4328.04
Hex481877275003510e421c
Octal110301674712006541610234
Binary100100011000111011110011110100000110101100001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481877; }

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

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

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

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

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

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

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

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