#456070

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

Shades of Fiord #456070

Tints of Fiord #456070

Color information

#456070 (or 0x456070) is unknown color: approx Fiord. HEX triplet: 45, 60 and 70. RGB value is (69,96,112). Sum of RGB (Red+Green+Blue) = 69+96+112=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 96 (37.89% from 255 or 34.66% 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 #456070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456070 is #BA9F8F. Grayscale: #595959. Windows color (decimal): -12230544 or 7364677. OLE color: 7364677.

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

Color convert

RGB6996112-
CMYK0.380.1400.56
HSL202.33º23.76%35.49%-
HSV(B)202.33º38.39%43.92%-
XYZ9.5610.816.91-
YUV89.75140.55113.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=24.91%
G=34.66%
B=40.43%

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
Decimal69961120.380.1400.56202.3323.7635.49
Hex45607026E038ca1823
Octal10514016046160703123043
Binary100010111000001110000100110111001110001100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456070; }

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

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

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

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

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

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

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

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