#483166

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

Shades of Blue Diamond #483166

Tints of Blue Diamond #483166

Color information

#483166 (or 0x483166) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 66. RGB value is (72,49,102). Sum of RGB (Red+Green+Blue) = 72+49+102=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #483166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483166 is #B7CE99. Grayscale: #3D3D3D. Windows color (decimal): -12045978 or 6697288. OLE color: 6697288.

HSL color Cylindrical-coordinate representation of color #483166: hue angle of 266.04º degrees, saturation: 0.35, 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 #483166 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7249102-
CMYK0.290.5200.6
HSL266.04º35.1%29.61%-
HSV(B)266.04º51.96%40%-
XYZ6.174.5313.12-
YUV61.92150.62135.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=32.29%
G=21.97%
B=45.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72491020.290.5200.6266.0435.129.61
Hex4831661D3403C10a231e
Octal1106114635640744124336
Binary1001000110001110011011101110100011110010000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483166; }

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

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

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

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

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

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

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

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