#47306D

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

Shades of Blue Diamond #47306D

Tints of Blue Diamond #47306D

Color information

#47306D (or 0x47306D) is unknown color: approx Blue Diamond. HEX triplet: 47, 30 and 6D. RGB value is (71,48,109). Sum of RGB (Red+Green+Blue) = 71+48+109=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #47306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47306D is #B8CF92. Grayscale: #3D3D3D. Windows color (decimal): -12111763 or 7155783. OLE color: 7155783.

HSL color Cylindrical-coordinate representation of color #47306D: hue angle of 262.62º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47306D is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7148109-
CMYK0.350.5600.57
HSL262.62º38.85%30.78%-
HSV(B)262.62º55.96%42.75%-
XYZ6.424.5615.01-
YUV61.83154.62134.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=31.14%
G=21.05%
B=47.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71481090.350.5600.57262.6238.8530.78
Hex47306D2338039107271f
Octal1076015543700714074737
Binary10001111100001101101100011111000011100110000011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47306D; }

 p { color: rgb(71,48,109); }

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

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

 a { background-color: rgb(71,48,109); }

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

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

 span { border-color: rgb(71,48,109); }

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