Html Css Color HEX #485C63 Fiord

📋 copy color: '#485C63'

red 72 ◦ green 92 ◦ blue 99

#485C63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #485C63

Tints of Fiord #485C63

RGB

 RED value IS 72 (28.52% from 255) = 27.38%

 GREEN value IS 92 (36.33% from 255) = 34.98%

 BLUE value IS 99 (39.06% from 255) = 37.64%

R = 27.38%
G = 34.98%
B = 37.64%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#485C63 (or 0x485C63) is known color: Fiord. HEX triplet: 48, 5C and 63. RGB value is (72,92,99). Sum of RGB (Red+Green+Blue) = 72+92+99=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #485C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C63 is #B7A39C. Grayscale: #565656. Windows color (decimal): -12034973 or 6511688. OLE color: 6511688.

HSL color Cylindrical-coordinate representation of color #485C63: hue angle of 195.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485C63 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 92 99 -
CMYK 0.27 0.07 0 0.61
HSL 195.56º 0.16% 0.34% -
HSV(B) 195.56º 0.27% 0.39% -
XYZ 8.75 9.93 13.26 -
YUV 86.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 72 92 99 0.27 0.07 0 0.61 195.56 0.16 0.34
Hex 48 5C 63 1B 7 0 3D C4 10 22
Octal 110 134 143 33 7 0 75 304 20 42
Binary 1001000 1011100 1100011 11011 111 0 111101 11000100 10000 100010

Color Harmonies of #485C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C63

Black with #485C63

Text Example


Text Example

White with #485C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,92,99); }

 H1.HeaderClassName
 {
   color: #485C63;
 }
 .AnyTagClassName
 {
   color: #485C63;
 }
</style>

background-color css

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

 a { background-color: rgb(72,92,99); }

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

border-color css

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

 span { border-color: rgb(72,92,99); }

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