#472669

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

Shades of Blue Diamond #472669

Tints of Blue Diamond #472669

Color information

#472669 (or 0x472669) is unknown color: approx Blue Diamond. HEX triplet: 47, 26 and 69. RGB value is (71,38,105). Sum of RGB (Red+Green+Blue) = 71+38+105=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #472669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472669 is #B8D996. Grayscale: #373737. Windows color (decimal): -12114327 or 6891079. OLE color: 6891079.

HSL color Cylindrical-coordinate representation of color #472669: hue angle of 269.55º 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 #472669 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7138105-
CMYK0.320.6400.59
HSL269.55º46.85%28.04%-
HSV(B)269.55º63.81%41.18%-
XYZ5.843.7513.78-
YUV55.5155.93139.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=33.18%
G=17.76%
B=49.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71381050.320.6400.59269.5546.8528.04
Hex472669204003B10e2f1c
Octal10746151401000734165734
Binary100011110011011010011000001000000011101110000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472669; }

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

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

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

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

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

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

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

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