#482A71

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

Shades of Blue Diamond #482A71

Tints of Blue Diamond #482A71

Color information

#482A71 (or 0x482A71) is unknown color: approx Blue Diamond. HEX triplet: 48, 2A and 71. RGB value is (72,42,113). Sum of RGB (Red+Green+Blue) = 72+42+113=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #482A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A71 is #B7D58E. Grayscale: #3A3A3A. Windows color (decimal): -12047759 or 7416392. OLE color: 7416392.

HSL color Cylindrical-coordinate representation of color #482A71: hue angle of 265.35º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #482A71 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7242113-
CMYK0.360.6300.56
HSL265.35º45.81%30.39%-
HSV(B)265.35º62.83%44.31%-
XYZ6.484.2316.1-
YUV59.06158.44137.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=31.72%
G=18.50%
B=49.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72421130.360.6300.56265.3545.8130.39
Hex482A71243F0381092e1e
Octal1105216144770704115636
Binary10010001010101110001100100111111011100010000100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A71; }

 p { color: rgb(72,42,113); }

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

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

 a { background-color: rgb(72,42,113); }

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

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

 span { border-color: rgb(72,42,113); }

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