#472D66

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

Shades of Blue Diamond #472D66

Tints of Blue Diamond #472D66

Color information

#472D66 (or 0x472D66) is unknown color: approx Blue Diamond. HEX triplet: 47, 2D and 66. RGB value is (71,45,102). Sum of RGB (Red+Green+Blue) = 71+45+102=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #472D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D66 is #B8D299. Grayscale: #3B3B3B. Windows color (decimal): -12112538 or 6696263. OLE color: 6696263.

HSL color Cylindrical-coordinate representation of color #472D66: hue angle of 267.37º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472D66 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7145102-
CMYK0.300.5600.6
HSL267.37º38.78%28.82%-
HSV(B)267.37º55.88%40%-
XYZ5.944.1813.06-
YUV59.27152.11136.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 102 (40.23% from 255) = 46.79%
R=32.57%
G=20.64%
B=46.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71451020.300.5600.6267.3738.7828.82
Hex472D661E3803C10b271d
Octal1075514636700744134735
Binary1000111101101110011011110111000011110010000101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472D66; }

 p { color: rgb(71,45,102); }

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

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

 a { background-color: rgb(71,45,102); }

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

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

 span { border-color: rgb(71,45,102); }

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