Html Css Color HEX #485763 Fiord

📋 copy color: '#485763'

red 72 ◦ green 87 ◦ blue 99

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

Shades of Fiord #485763

Tints of Fiord #485763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.72%

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

R = 27.91%
G = 33.72%
B = 38.37%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#485763 (or 0x485763) is known color: Fiord. HEX triplet: 48, 57 and 63. RGB value is (72,87,99). Sum of RGB (Red+Green+Blue) = 72+87+99=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #485763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485763 is #B7A89C. Grayscale: #535353. Windows color (decimal): -12036253 or 6510408. OLE color: 6510408.

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

Color convert

RGB 72 87 99 -
CMYK 0.27 0.12 0 0.61
HSL 206.67º 0.16% 0.34% -
HSV(B) 206.67º 0.27% 0.39% -
XYZ 8.33 9.09 13.12 -
YUV 83.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 72 87 99 0.27 0.12 0 0.61 206.67 0.16 0.34
Hex 48 57 63 1B C 0 3D CF 10 22
Octal 110 127 143 33 14 0 75 317 20 42
Binary 1001000 1010111 1100011 11011 1100 0 111101 11001111 10000 100010

Color Harmonies of #485763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485763

Black with #485763

Text Example


Text Example

White with #485763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485763; }

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

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

background-color css

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

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

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

border-color css

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

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

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