#465F70

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

Shades of Fiord #465F70

Tints of Fiord #465F70

Color information

#465F70 (or 0x465F70) is unknown color: approx Fiord. HEX triplet: 46, 5F and 70. RGB value is (70,95,112). Sum of RGB (Red+Green+Blue) = 70+95+112=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #465F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F70 is #B9A08F. Grayscale: #595959. Windows color (decimal): -12165264 or 7364422. OLE color: 7364422.

HSL color Cylindrical-coordinate representation of color #465F70: hue angle of 204.29º 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 #465F70 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7095112-
CMYK0.380.1500.56
HSL204.29º23.08%35.69%-
HSV(B)204.29º37.5%43.92%-
XYZ9.5410.6616.88-
YUV89.46140.72114.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=25.27%
G=34.30%
B=40.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70951120.380.1500.56204.2923.0835.69
Hex465F7026F038cc1724
Octal10613716046170703142744
Binary100011010111111110000100110111101110001100110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F70; }

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

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

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

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

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

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

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

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