#483270

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

Shades of Blue Diamond #483270

Tints of Blue Diamond #483270

Color information

#483270 (or 0x483270) is unknown color: approx Blue Diamond. HEX triplet: 48, 32 and 70. RGB value is (72,50,112). Sum of RGB (Red+Green+Blue) = 72+50+112=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #483270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483270 is #B7CD8F. Grayscale: #3F3F3F. Windows color (decimal): -12045712 or 7352904. OLE color: 7352904.

HSL color Cylindrical-coordinate representation of color #483270: hue angle of 261.29º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #483270 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7250112-
CMYK0.360.5500.56
HSL261.29º38.27%31.76%-
HSV(B)261.29º55.36%43.92%-
XYZ6.744.8315.91-
YUV63.65155.29133.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=30.77%
G=21.37%
B=47.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72501120.360.5500.56261.2938.2731.76
Hex48327024370381052620
Octal1106216044670704054640
Binary100100011001011100001001001101110111000100000101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483270; }

 p { color: rgb(72,50,112); }

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

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

 a { background-color: rgb(72,50,112); }

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

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

 span { border-color: rgb(72,50,112); }

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