#456071

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

Shades of Fiord #456071

Tints of Fiord #456071

Color information

#456071 (or 0x456071) is unknown color: approx Fiord. HEX triplet: 45, 60 and 71. RGB value is (69,96,113). Sum of RGB (Red+Green+Blue) = 69+96+113=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #456071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456071 is #BA9F8E. Grayscale: #595959. Windows color (decimal): -12230543 or 7430213. OLE color: 7430213.

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

Color convert

RGB6996113-
CMYK0.390.1500.56
HSL203.18º24.18%35.69%-
HSV(B)203.18º38.94%44.31%-
XYZ9.6210.8217.2-
YUV89.86141.05113.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=24.82%
G=34.53%
B=40.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69961130.390.1500.56203.1824.1835.69
Hex45607127F038cb1824
Octal10514016147170703133044
Binary100010111000001110001100111111101110001100101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456071; }

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

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

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

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

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

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

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

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