#482669

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

Shades of Blue Diamond #482669

Tints of Blue Diamond #482669

Color information

#482669 (or 0x482669) is unknown color: approx Blue Diamond. HEX triplet: 48, 26 and 69. RGB value is (72,38,105). Sum of RGB (Red+Green+Blue) = 72+38+105=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #482669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482669 is #B7D996. Grayscale: #373737. Windows color (decimal): -12048791 or 6891080. OLE color: 6891080.

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

Color convert

RGB7238105-
CMYK0.310.6400.59
HSL270.45º46.85%28.04%-
HSV(B)270.45º63.81%41.18%-
XYZ5.923.7813.78-
YUV55.8155.76139.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=33.49%
G=17.67%
B=48.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72381050.310.6400.59270.4546.8528.04
Hex4826691F4003B10e2f1c
Octal11046151371000734165734
Binary10010001001101101001111111000000011101110000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482669; }

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

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

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

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

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

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

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

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