#482A64

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

Shades of Blue Diamond #482A64

Tints of Blue Diamond #482A64

Color information

#482A64 (or 0x482A64) is unknown color: approx Blue Diamond. HEX triplet: 48, 2A and 64. RGB value is (72,42,100). Sum of RGB (Red+Green+Blue) = 72+42+100=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #482A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A64 is #B7D59B. Grayscale: #393939. Windows color (decimal): -12047772 or 6564424. OLE color: 6564424.

HSL color Cylindrical-coordinate representation of color #482A64: hue angle of 271.03º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482A64 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7242100-
CMYK0.280.5800.61
HSL271.03º40.85%27.84%-
HSV(B)271.03º58%39.22%-
XYZ5.83.9512.51-
YUV57.58151.94138.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=33.64%
G=19.63%
B=46.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72421000.280.5800.61271.0340.8527.84
Hex482A641C3A03D10f291c
Octal1105214434720754175134
Binary1001000101010110010011100111010011110110000111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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