#482F61

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

Shades of Blue Diamond #482F61

Tints of Blue Diamond #482F61

Color information

#482F61 (or 0x482F61) is unknown color: approx Blue Diamond. HEX triplet: 48, 2F and 61. RGB value is (72,47,97). Sum of RGB (Red+Green+Blue) = 72+47+97=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #482F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F61 is #B7D09E. Grayscale: #3C3C3C. Windows color (decimal): -12046495 or 6369096. OLE color: 6369096.

HSL color Cylindrical-coordinate representation of color #482F61: hue angle of 270º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #482F61 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB724797-
CMYK0.260.5200.62
HSL270º34.72%28.24%-
HSV(B)270º51.55%38.04%-
XYZ5.854.2711.83-
YUV60.18148.78136.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=33.33%
G=21.76%
B=44.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7247970.260.5200.6227034.7228.24
Hex482F611A3403E10e231c
Octal1105714132640764164334
Binary1001000101111110000111010110100011111010000111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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