#406072

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

Shades of Blumine #406072

Tints of Blumine #406072

Color information

#406072 (or 0x406072) is unknown color: approx Blumine. HEX triplet: 40, 60 and 72. RGB value is (64,96,114). Sum of RGB (Red+Green+Blue) = 64+96+114=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #406072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406072 is #BF9F8D. Grayscale: #585858. Windows color (decimal): -12558222 or 7495744. OLE color: 7495744.

HSL color Cylindrical-coordinate representation of color #406072: hue angle of 201.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #406072 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6496114-
CMYK0.440.1600.55
HSL201.6º28.09%34.9%-
HSV(B)201.6º43.86%44.71%-
XYZ9.3310.6717.49-
YUV88.48142.4110.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=23.36%
G=35.04%
B=41.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64961140.440.1600.55201.628.0934.9
Hex4060722C10037ca1c23
Octal10014016254200673123443
Binary1000000110000011100101011001000001101111100101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406072; }

 p { color: rgb(64,96,114); }

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

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

 a { background-color: rgb(64,96,114); }

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

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

 span { border-color: rgb(64,96,114); }

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