Html Css Color HEX #485962 Fiord

📋 copy color: '#485962'

red 72 ◦ green 89 ◦ blue 98

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

Shades of Fiord #485962

Tints of Fiord #485962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 27.8%
G = 34.36%
B = 37.84%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485962 (or 0x485962) is known color: Fiord. HEX triplet: 48, 59 and 62. RGB value is (72,89,98). Sum of RGB (Red+Green+Blue) = 72+89+98=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #485962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485962 is #B7A69D. Grayscale: #545454. Windows color (decimal): -12035742 or 6445384. OLE color: 6445384.

HSL color Cylindrical-coordinate representation of color #485962: hue angle of 200.77º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485962 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 89 98 -
CMYK 0.27 0.09 0 0.62
HSL 200.77º 0.15% 0.33% -
HSV(B) 200.77º 0.27% 0.38% -
XYZ 8.45 9.4 12.93 -
YUV 84.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 72 89 98 0.27 0.09 0 0.62 200.77 0.15 0.33
Hex 48 59 62 1B 9 0 3E C9 F 21
Octal 110 131 142 33 11 0 76 311 17 41
Binary 1001000 1011001 1100010 11011 1001 0 111110 11001001 1111 100001

Color Harmonies of #485962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485962

Black with #485962

Text Example


Text Example

White with #485962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485962; }

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

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

background-color css

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

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

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

border-color css

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

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

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