#455D70

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

Shades of Fiord #455D70

Tints of Fiord #455D70

Color information

#455D70 (or 0x455D70) is unknown color: approx Fiord. HEX triplet: 45, 5D and 70. RGB value is (69,93,112). Sum of RGB (Red+Green+Blue) = 69+93+112=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #455D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D70 is #BAA28F. Grayscale: #575757. Windows color (decimal): -12231312 or 7363909. OLE color: 7363909.

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

Color convert

RGB6993112-
CMYK0.380.1700.56
HSL206.51º23.76%35.49%-
HSV(B)206.51º38.39%43.92%-
XYZ9.2910.2616.82-
YUV87.99141.55114.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=25.18%
G=33.94%
B=40.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69931120.380.1700.56206.5123.7635.49
Hex455D702611038cf1823
Octal10513516046210703173043
Binary1000101101110111100001001101000101110001100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D70; }

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

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

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

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

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

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

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

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