#406070

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

Shades of Blumine #406070

Tints of Blumine #406070

Color information

#406070 (or 0x406070) is unknown color: approx Blumine. HEX triplet: 40, 60 and 70. RGB value is (64,96,112). Sum of RGB (Red+Green+Blue) = 64+96+112=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #406070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406070 is #BF9F8F. Grayscale: #585858. Windows color (decimal): -12558224 or 7364672. OLE color: 7364672.

HSL color Cylindrical-coordinate representation of color #406070: hue angle of 200º 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 #406070 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6496112-
CMYK0.430.1400.56
HSL200º27.27%34.51%-
HSV(B)200º42.86%43.92%-
XYZ9.2210.6316.89-
YUV88.26141.4110.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=23.53%
G=35.29%
B=41.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64961120.430.1400.5620027.2734.51
Hex4060702BE038c81b23
Octal10014016053160703103343
Binary100000011000001110000101011111001110001100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406070; }

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

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

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

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

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

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

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

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