#455A6D

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

Shades of Fiord #455A6D

Tints of Fiord #455A6D

Color information

#455A6D (or 0x455A6D) is unknown color: approx Fiord. HEX triplet: 45, 5A and 6D. RGB value is (69,90,109). Sum of RGB (Red+Green+Blue) = 69+90+109=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #455A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A6D is #BAA592. Grayscale: #555555. Windows color (decimal): -12232083 or 7166533. OLE color: 7166533.

HSL color Cylindrical-coordinate representation of color #455A6D: hue angle of 208.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #455A6D is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6990109-
CMYK0.370.1700.57
HSL208.5º22.47%34.9%-
HSV(B)208.5º36.7%42.75%-
XYZ8.879.6815.87-
YUV85.89141.04115.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=25.75%
G=33.58%
B=40.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69901090.370.1700.57208.522.4734.9
Hex455A6D2511039d01623
Octal10513215545210713202643
Binary1000101101101011011011001011000101110011101000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,90,109); }

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

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

 a { background-color: rgb(69,90,109); }

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

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

 span { border-color: rgb(69,90,109); }

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