#472968

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

Shades of Blue Diamond #472968

Tints of Blue Diamond #472968

Color information

#472968 (or 0x472968) is unknown color: approx Blue Diamond. HEX triplet: 47, 29 and 68. RGB value is (71,41,104). Sum of RGB (Red+Green+Blue) = 71+41+104=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #472968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472968 is #B8D697. Grayscale: #383838. Windows color (decimal): -12113560 or 6826311. OLE color: 6826311.

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

Color convert

RGB7141104-
CMYK0.320.6100.59
HSL268.57º43.45%28.43%-
HSV(B)268.57º60.58%40.78%-
XYZ5.893.9213.54-
YUV57.15154.44137.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=32.87%
G=18.98%
B=48.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71411040.320.6100.59268.5743.4528.43
Hex472968203D03B10d2b1c
Octal1075115040750734155334
Binary10001111010011101000100000111101011101110000110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472968; }

 p { color: rgb(71,41,104); }

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

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

 a { background-color: rgb(71,41,104); }

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

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

 span { border-color: rgb(71,41,104); }

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