#483065

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

Shades of Blue Diamond #483065

Tints of Blue Diamond #483065

Color information

#483065 (or 0x483065) is unknown color: approx Blue Diamond. HEX triplet: 48, 30 and 65. RGB value is (72,48,101). Sum of RGB (Red+Green+Blue) = 72+48+101=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #483065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483065 is #B7CF9A. Grayscale: #3D3D3D. Windows color (decimal): -12046235 or 6631496. OLE color: 6631496.

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

Color convert

RGB7248101-
CMYK0.290.5200.60
HSL267.17º35.57%29.22%-
HSV(B)267.17º52.48%39.61%-
XYZ6.084.4312.85-
YUV61.22150.45135.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=32.58%
G=21.72%
B=45.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72481010.290.5200.60267.1735.5729.22
Hex4830651D3403C10b241d
Octal1106014535640744134435
Binary1001000110000110010111101110100011110010000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483065; }

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

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

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

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

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

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

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

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