#472467

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

Shades of Blue Diamond #472467

Tints of Blue Diamond #472467

Color information

#472467 (or 0x472467) is unknown color: approx Blue Diamond. HEX triplet: 47, 24 and 67. RGB value is (71,36,103). Sum of RGB (Red+Green+Blue) = 71+36+103=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #472467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472467 is #B8DB98. Grayscale: #353535. Windows color (decimal): -12114841 or 6759495. OLE color: 6759495.

HSL color Cylindrical-coordinate representation of color #472467: hue angle of 271.34º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472467 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7136103-
CMYK0.310.6500.60
HSL271.34º48.2%27.25%-
HSV(B)271.34º65.05%40.39%-
XYZ5.683.5813.22-
YUV54.1155.6140.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=33.81%
G=17.14%
B=49.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71361030.310.6500.60271.3448.227.25
Hex4724671F4103C10f301b
Octal10744147371010744176033
Binary10001111001001100111111111000001011110010000111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472467; }

 p { color: rgb(71,36,103); }

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

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

 a { background-color: rgb(71,36,103); }

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

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

 span { border-color: rgb(71,36,103); }

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