#482F64

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

Shades of Blue Diamond #482F64

Tints of Blue Diamond #482F64

Color information

#482F64 (or 0x482F64) is unknown color: approx Blue Diamond. HEX triplet: 48, 2F and 64. RGB value is (72,47,100). Sum of RGB (Red+Green+Blue) = 72+47+100=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #482F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F64 is #B7D09B. Grayscale: #3C3C3C. Windows color (decimal): -12046492 or 6565704. OLE color: 6565704.

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

Color convert

RGB7247100-
CMYK0.280.5300.61
HSL268.3º36.05%28.82%-
HSV(B)268.3º53%39.22%-
XYZ5.994.3312.58-
YUV60.52150.28136.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=32.88%
G=21.46%
B=45.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72471000.280.5300.61268.336.0528.82
Hex482F641C3503D10c241d
Octal1105714434650754144435
Binary1001000101111110010011100110101011110110000110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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