#406170

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

Shades of Blumine #406170

Tints of Blumine #406170

Color information

#406170 (or 0x406170) is unknown color: approx Blumine. HEX triplet: 40, 61 and 70. RGB value is (64,97,112). Sum of RGB (Red+Green+Blue) = 64+97+112=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #406170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406170 is #BF9E8F. Grayscale: #585858. Windows color (decimal): -12557968 or 7364928. OLE color: 7364928.

HSL color Cylindrical-coordinate representation of color #406170: hue angle of 198.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406170 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6497112-
CMYK0.430.1300.56
HSL198.75º27.27%34.51%-
HSV(B)198.75º42.86%43.92%-
XYZ9.3110.8116.92-
YUV88.84141.07110.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=23.44%
G=35.53%
B=41.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64971120.430.1300.56198.7527.2734.51
Hex4061702BD038c71b23
Octal10014116053150703073343
Binary100000011000011110000101011110101110001100011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406170; }

 p { color: rgb(64,97,112); }

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

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

 a { background-color: rgb(64,97,112); }

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

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

 span { border-color: rgb(64,97,112); }

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