#483167

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

Shades of Blue Diamond #483167

Tints of Blue Diamond #483167

Color information

#483167 (or 0x483167) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 67. RGB value is (72,49,103). Sum of RGB (Red+Green+Blue) = 72+49+103=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #483167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483167 is #B7CE98. Grayscale: #3D3D3D. Windows color (decimal): -12045977 or 6762824. OLE color: 6762824.

HSL color Cylindrical-coordinate representation of color #483167: hue angle of 265.56º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483167 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7249103-
CMYK0.300.5200.60
HSL265.56º35.53%29.8%-
HSV(B)265.56º52.43%40.39%-
XYZ6.224.5513.38-
YUV62.03151.12135.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=32.14%
G=21.88%
B=45.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72491030.300.5200.60265.5635.5329.8
Hex4831671E3403C10a241e
Octal1106114736640744124436
Binary1001000110001110011111110110100011110010000101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483167; }

 p { color: rgb(72,49,103); }

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

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

 a { background-color: rgb(72,49,103); }

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

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

 span { border-color: rgb(72,49,103); }

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