#466070

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

Shades of Fiord #466070

Tints of Fiord #466070

Color information

#466070 (or 0x466070) is unknown color: approx Fiord. HEX triplet: 46, 60 and 70. RGB value is (70,96,112). Sum of RGB (Red+Green+Blue) = 70+96+112=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #466070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466070 is #B99F8F. Grayscale: #595959. Windows color (decimal): -12165008 or 7364678. OLE color: 7364678.

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

Color convert

RGB7096112-
CMYK0.380.1400.56
HSL202.86º23.08%35.69%-
HSV(B)202.86º37.5%43.92%-
XYZ9.6310.8416.91-
YUV90.05140.39113.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=25.18%
G=34.53%
B=40.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70961120.380.1400.56202.8623.0835.69
Hex46607026E038cb1724
Octal10614016046160703132744
Binary100011011000001110000100110111001110001100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466070; }

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

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

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

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

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

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

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

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