#416070

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

Shades of Blumine #416070

Tints of Blumine #416070

Color information

#416070 (or 0x416070) is unknown color: approx Blumine. HEX triplet: 41, 60 and 70. RGB value is (65,96,112). Sum of RGB (Red+Green+Blue) = 65+96+112=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 96 (37.89% from 255 or 35.16% 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 #416070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416070 is #BE9F8F. Grayscale: #585858. Windows color (decimal): -12492688 or 7364673. OLE color: 7364673.

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

Color convert

RGB6596112-
CMYK0.420.1400.56
HSL200.43º26.55%34.71%-
HSV(B)200.43º41.96%43.92%-
XYZ9.2910.6616.9-
YUV88.56141.23111.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=23.81%
G=35.16%
B=41.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65961120.420.1400.56200.4326.5534.71
Hex4160702AE038c81b23
Octal10114016052160703103343
Binary100000111000001110000101010111001110001100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416070; }

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

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

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

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

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

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

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

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