#482174

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

Shades of Blue Diamond #482174

Tints of Blue Diamond #482174

Color information

#482174 (or 0x482174) is unknown color: approx Blue Diamond. HEX triplet: 48, 21 and 74. RGB value is (72,33,116). Sum of RGB (Red+Green+Blue) = 72+33+116=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #482174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482174 is #B7DE8B. Grayscale: #353535. Windows color (decimal): -12050060 or 7610696. OLE color: 7610696.

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

Color convert

RGB7233116-
CMYK0.380.7200.55
HSL268.19º55.7%29.22%-
HSV(B)268.19º71.55%45.49%-
XYZ6.373.7316.91-
YUV54.12162.92140.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=32.58%
G=14.93%
B=52.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72331160.380.7200.55268.1955.729.22
Hex482174264803710c381d
Octal11041164461100674147035
Binary100100010000111101001001101001000011011110000110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482174; }

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

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

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

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

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

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

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

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