#482E71

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

Shades of Blue Diamond #482E71

Tints of Blue Diamond #482E71

Color information

#482E71 (or 0x482E71) is unknown color: approx Blue Diamond. HEX triplet: 48, 2E and 71. RGB value is (72,46,113). Sum of RGB (Red+Green+Blue) = 72+46+113=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #482E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E71 is #B7D18E. Grayscale: #3D3D3D. Windows color (decimal): -12046735 or 7417416. OLE color: 7417416.

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

Color convert

RGB7246113-
CMYK0.360.5900.56
HSL263.28º42.14%31.18%-
HSV(B)263.28º59.29%44.31%-
XYZ6.634.5216.15-
YUV61.41157.11135.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=31.17%
G=19.91%
B=48.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72461130.360.5900.56263.2842.1431.18
Hex482E71243B0381072a1f
Octal1105616144730704075237
Binary10010001011101110001100100111011011100010000011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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