#481876

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

Shades of Blue Diamond #481876

Tints of Blue Diamond #481876

Color information

#481876 (or 0x481876) is unknown color: approx Blue Diamond. HEX triplet: 48, 18 and 76. RGB value is (72,24,118). Sum of RGB (Red+Green+Blue) = 72+24+118=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #481876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481876 is #B7E789. Grayscale: #303030. Windows color (decimal): -12052362 or 7739464. OLE color: 7739464.

HSL color Cylindrical-coordinate representation of color #481876: hue angle of 270.64º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481876 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7224118-
CMYK0.390.8000.54
HSL270.64º66.2%27.84%-
HSV(B)270.64º79.66%46.27%-
XYZ6.273.3417.45-
YUV49.07166.9144.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=33.64%
G=11.21%
B=55.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72241180.390.8000.54270.6466.227.84
Hex481876275003610f421c
Octal110301664712006641710234
Binary100100011000111011010011110100000110110100001111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481876; }

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

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

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

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

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

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

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

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