#482474

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

Shades of Blue Diamond #482474

Tints of Blue Diamond #482474

Color information

#482474 (or 0x482474) is unknown color: approx Blue Diamond. HEX triplet: 48, 24 and 74. RGB value is (72,36,116). Sum of RGB (Red+Green+Blue) = 72+36+116=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #482474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482474 is #B7DB8B. Grayscale: #373737. Windows color (decimal): -12049292 or 7611464. OLE color: 7611464.

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

Color convert

RGB7236116-
CMYK0.380.6900.55
HSL267º52.63%29.8%-
HSV(B)267º68.97%45.49%-
XYZ6.463.916.94-
YUV55.88161.93139.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=32.14%
G=16.07%
B=51.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72361160.380.6900.5526752.6329.8
Hex482474264503710b351e
Octal11044164461050674136536
Binary100100010010011101001001101000101011011110000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482474; }

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

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

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

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

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

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

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

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