Html Css Color HEX #485A62 Fiord

📋 copy color: '#485A62'

red 72 ◦ green 90 ◦ blue 98

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

Shades of Fiord #485A62

Tints of Fiord #485A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

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

R = 27.69%
G = 34.62%
B = 37.69%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485A62 (or 0x485A62) is known color: Fiord. HEX triplet: 48, 5A and 62. RGB value is (72,90,98). Sum of RGB (Red+Green+Blue) = 72+90+98=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 98 - color contains mainly: blue. Hex color #485A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A62 is #B7A59D. Grayscale: #555555. Windows color (decimal): -12035486 or 6445640. OLE color: 6445640.

HSL color Cylindrical-coordinate representation of color #485A62: hue angle of 198.46º 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 #485A62 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 90 98 -
CMYK 0.27 0.08 0 0.62
HSL 198.46º 0.15% 0.33% -
HSV(B) 198.46º 0.27% 0.38% -
XYZ 8.53 9.57 12.95 -
YUV 85.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 72 90 98 0.27 0.08 0 0.62 198.46 0.15 0.33
Hex 48 5A 62 1B 8 0 3E C6 F 21
Octal 110 132 142 33 10 0 76 306 17 41
Binary 1001000 1011010 1100010 11011 1000 0 111110 11000110 1111 100001

Color Harmonies of #485A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A62

Black with #485A62

Text Example


Text Example

White with #485A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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