#482369

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

Shades of Blue Diamond #482369

Tints of Blue Diamond #482369

Color information

#482369 (or 0x482369) is unknown color: approx Blue Diamond. HEX triplet: 48, 23 and 69. RGB value is (72,35,105). Sum of RGB (Red+Green+Blue) = 72+35+105=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #482369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482369 is #B7DC96. Grayscale: #353535. Windows color (decimal): -12049559 or 6890312. OLE color: 6890312.

HSL color Cylindrical-coordinate representation of color #482369: hue angle of 271.71º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482369 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7235105-
CMYK0.310.6700.59
HSL271.71º50%27.45%-
HSV(B)271.71º66.67%41.18%-
XYZ5.823.613.75-
YUV54.04156.76140.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=33.96%
G=16.51%
B=49.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72351050.310.6700.59271.715027.45
Hex4823691F4303B110321b
Octal11043151371030734206233
Binary10010001000111101001111111000011011101110001000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482369; }

 p { color: rgb(72,35,105); }

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

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

 a { background-color: rgb(72,35,105); }

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

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

 span { border-color: rgb(72,35,105); }

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