#472575

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

Shades of Blue Diamond #472575

Tints of Blue Diamond #472575

Color information

#472575 (or 0x472575) is unknown color: approx Blue Diamond. HEX triplet: 47, 25 and 75. RGB value is (71,37,117). Sum of RGB (Red+Green+Blue) = 71+37+117=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #472575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472575 is #B8DA8A. Grayscale: #373737. Windows color (decimal): -12114571 or 7677255. OLE color: 7677255.

HSL color Cylindrical-coordinate representation of color #472575: hue angle of 265.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472575 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7137117-
CMYK0.390.6800.54
HSL265.5º51.95%30.2%-
HSV(B)265.5º68.38%45.88%-
XYZ6.473.9517.25-
YUV56.29162.26138.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 117 (46.09% from 255) = 52%
R=31.56%
G=16.44%
B=52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71371170.390.6800.54265.551.9530.2
Hex472575274403610a341e
Octal10745165471040664126436
Binary100011110010111101011001111000100011011010000101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472575; }

 p { color: rgb(71,37,117); }

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

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

 a { background-color: rgb(71,37,117); }

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

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

 span { border-color: rgb(71,37,117); }

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