#482A6E

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

Shades of Blue Diamond #482A6E

Tints of Blue Diamond #482A6E

Color information

#482A6E (or 0x482A6E) is unknown color: approx Blue Diamond. HEX triplet: 48, 2A and 6E. RGB value is (72,42,110). Sum of RGB (Red+Green+Blue) = 72+42+110=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #482A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A6E is #B7D591. Grayscale: #3A3A3A. Windows color (decimal): -12047762 or 7219784. OLE color: 7219784.

HSL color Cylindrical-coordinate representation of color #482A6E: hue angle of 266.47º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482A6E is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7242110-
CMYK0.350.6200.57
HSL266.47º44.74%29.8%-
HSV(B)266.47º61.82%43.14%-
XYZ6.314.1615.22-
YUV58.72156.94137.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=32.14%
G=18.75%
B=49.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72421100.350.6200.57266.4744.7429.8
Hex482A6E233E03910a2d1e
Octal1105215643760714125536
Binary10010001010101101110100011111110011100110000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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