Html Css Color HEX #485963 Fiord

📋 copy color: '#485963'

red 72 ◦ green 89 ◦ blue 99

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

Shades of Fiord #485963

Tints of Fiord #485963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.23%

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

R = 27.69%
G = 34.23%
B = 38.08%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#485963 (or 0x485963) is known color: Fiord. HEX triplet: 48, 59 and 63. RGB value is (72,89,99). Sum of RGB (Red+Green+Blue) = 72+89+99=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #485963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485963 is #B7A69C. Grayscale: #555555. Windows color (decimal): -12035741 or 6510920. OLE color: 6510920.

HSL color Cylindrical-coordinate representation of color #485963: hue angle of 202.22º 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 #485963 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 89 99 -
CMYK 0.27 0.10 0 0.61
HSL 202.22º 0.16% 0.34% -
HSV(B) 202.22º 0.27% 0.39% -
XYZ 8.5 9.42 13.18 -
YUV 85.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 72 89 99 0.27 0.10 0 0.61 202.22 0.16 0.34
Hex 48 59 63 1B A 0 3D CA 10 22
Octal 110 131 143 33 12 0 75 312 20 42
Binary 1001000 1011001 1100011 11011 1010 0 111101 11001010 10000 100010

Color Harmonies of #485963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485963

Black with #485963

Text Example


Text Example

White with #485963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485963; }

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

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

background-color css

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

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

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

border-color css

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

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

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