#482E72

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

Shades of Blue Diamond #482E72

Tints of Blue Diamond #482E72

Color information

#482E72 (or 0x482E72) is unknown color: approx Blue Diamond. HEX triplet: 48, 2E and 72. RGB value is (72,46,114). Sum of RGB (Red+Green+Blue) = 72+46+114=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #482E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E72 is #B7D18D. Grayscale: #3D3D3D. Windows color (decimal): -12046734 or 7482952. OLE color: 7482952.

HSL color Cylindrical-coordinate representation of color #482E72: hue angle of 262.94º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482E72 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7246114-
CMYK0.370.6000.55
HSL262.94º42.5%31.37%-
HSV(B)262.94º59.65%44.71%-
XYZ6.694.5516.44-
YUV61.53157.61135.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=31.03%
G=19.83%
B=49.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72461140.370.6000.55262.9442.531.37
Hex482E72253C0371072a1f
Octal1105616245740674075237
Binary10010001011101110010100101111100011011110000011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,46,114); }

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

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

 a { background-color: rgb(72,46,114); }

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

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

 span { border-color: rgb(72,46,114); }

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