#485E6A

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

Shades of Fiord #485E6A

Tints of Fiord #485E6A

Color information

#485E6A (or 0x485E6A) is unknown color: approx Fiord. HEX triplet: 48, 5E and 6A. RGB value is (72,94,106). Sum of RGB (Red+Green+Blue) = 72+94+106=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #485E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E6A is #B7A195. Grayscale: #585858. Windows color (decimal): -12034454 or 6970952. OLE color: 6970952.

HSL color Cylindrical-coordinate representation of color #485E6A: hue angle of 201.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #485E6A is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7294106-
CMYK0.320.1100.58
HSL201.18º19.1%34.9%-
HSV(B)201.18º32.08%41.57%-
XYZ9.2810.4215.16-
YUV88.79137.71116.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=26.47%
G=34.56%
B=38.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72941060.320.1100.58201.1819.134.9
Hex485E6A20B03Ac91323
Octal11013615240130723112343
Binary100100010111101101010100000101101110101100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E6A; }

 p { color: rgb(72,94,106); }

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

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

 a { background-color: rgb(72,94,106); }

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

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

 span { border-color: rgb(72,94,106); }

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