#481874

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

Shades of Blue Diamond #481874

Tints of Blue Diamond #481874

Color information

#481874 (or 0x481874) is unknown color: approx Blue Diamond. HEX triplet: 48, 18 and 74. RGB value is (72,24,116). Sum of RGB (Red+Green+Blue) = 72+24+116=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #481874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481874 is #B7E78B. Grayscale: #303030. Windows color (decimal): -12052364 or 7608392. OLE color: 7608392.

HSL color Cylindrical-coordinate representation of color #481874: hue angle of 271.3º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481874 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7224116-
CMYK0.380.7900.55
HSL271.3º65.71%27.45%-
HSV(B)271.3º79.31%45.49%-
XYZ6.153.2916.83-
YUV48.84165.9144.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=33.96%
G=11.32%
B=54.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72241160.380.7900.55271.365.7127.45
Hex481874264F03710f421b
Octal110301644611706741710233
Binary100100011000111010010011010011110110111100001111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481874; }

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

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

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

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

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

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

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

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