#483061

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

Shades of Blue Diamond #483061

Tints of Blue Diamond #483061

Color information

#483061 (or 0x483061) is unknown color: approx Blue Diamond. HEX triplet: 48, 30 and 61. RGB value is (72,48,97). Sum of RGB (Red+Green+Blue) = 72+48+97=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #483061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483061 is #B7CF9E. Grayscale: #3C3C3C. Windows color (decimal): -12046239 or 6369352. OLE color: 6369352.

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

Color convert

RGB724897-
CMYK0.260.5100.62
HSL269.39º33.79%28.43%-
HSV(B)269.39º50.52%38.04%-
XYZ5.894.3511.84-
YUV60.76148.45136.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=33.18%
G=22.12%
B=44.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7248970.260.5100.62269.3933.7928.43
Hex4830611A3303E10d221c
Octal1106014132630764154234
Binary1001000110000110000111010110011011111010000110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483061; }

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

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

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

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

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

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

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

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