#482376

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

Shades of Blue Diamond #482376

Tints of Blue Diamond #482376

Color information

#482376 (or 0x482376) is unknown color: approx Blue Diamond. HEX triplet: 48, 23 and 76. RGB value is (72,35,118). Sum of RGB (Red+Green+Blue) = 72+35+118=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #482376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482376 is #B7DC89. Grayscale: #373737. Windows color (decimal): -12049546 or 7742280. OLE color: 7742280.

HSL color Cylindrical-coordinate representation of color #482376: hue angle of 266.75º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #482376 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7235118-
CMYK0.390.7000.54
HSL266.75º54.25%30%-
HSV(B)266.75º70.34%46.27%-
XYZ6.543.8917.55-
YUV55.52163.26139.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=32%
G=15.56%
B=52.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72351180.390.7000.54266.7554.2530
Hex482376274603610b361e
Octal11043166471060664136636
Binary100100010001111101101001111000110011011010000101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482376; }

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

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

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

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

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

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

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

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