#455F6E

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

Shades of Fiord #455F6E

Tints of Fiord #455F6E

Color information

#455F6E (or 0x455F6E) is unknown color: approx Fiord. HEX triplet: 45, 5F and 6E. RGB value is (69,95,110). Sum of RGB (Red+Green+Blue) = 69+95+110=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #455F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F6E is #BAA091. Grayscale: #585858. Windows color (decimal): -12230802 or 7233349. OLE color: 7233349.

HSL color Cylindrical-coordinate representation of color #455F6E: hue angle of 201.95º degrees, saturation: 0.23, 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 #455F6E is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6995110-
CMYK0.370.1400.57
HSL201.95º22.91%35.1%-
HSV(B)201.95º37.27%43.14%-
XYZ9.3610.5816.3-
YUV88.94139.89113.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=25.18%
G=34.67%
B=40.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69951100.370.1400.57201.9522.9135.1
Hex455F6E25E039ca1723
Octal10513715645160713122743
Binary100010110111111101110100101111001110011100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,95,110); }

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

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

 a { background-color: rgb(69,95,110); }

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

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

 span { border-color: rgb(69,95,110); }

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