#482769

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

Shades of Blue Diamond #482769

Tints of Blue Diamond #482769

Color information

#482769 (or 0x482769) is unknown color: approx Blue Diamond. HEX triplet: 48, 27 and 69. RGB value is (72,39,105). Sum of RGB (Red+Green+Blue) = 72+39+105=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #482769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482769 is #B7D896. Grayscale: #383838. Windows color (decimal): -12048535 or 6891336. OLE color: 6891336.

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

Color convert

RGB7239105-
CMYK0.310.6300.59
HSL270º45.83%28.24%-
HSV(B)270º62.86%41.18%-
XYZ5.953.8513.79-
YUV56.39155.43139.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=33.33%
G=18.06%
B=48.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72391050.310.6300.5927045.8328.24
Hex4827691F3F03B10e2e1c
Octal1104715137770734165634
Binary1001000100111110100111111111111011101110000111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482769; }

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

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

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

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

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

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

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

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