Html Css Color HEX #485B65 Fiord

📋 copy color: '#485B65'

red 72 ◦ green 91 ◦ blue 101

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

Shades of Fiord #485B65

Tints of Fiord #485B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.47%

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 27.27%
G = 34.47%
B = 38.26%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#485B65 (or 0x485B65) is known color: Fiord. HEX triplet: 48, 5B and 65. RGB value is (72,91,101). Sum of RGB (Red+Green+Blue) = 72+91+101=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #485B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B65 is #B7A49A. Grayscale: #565656. Windows color (decimal): -12035227 or 6642504. OLE color: 6642504.

HSL color Cylindrical-coordinate representation of color #485B65: hue angle of 200.69º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #485B65 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 91 101 -
CMYK 0.29 0.10 0 0.60
HSL 200.69º 0.17% 0.34% -
HSV(B) 200.69º 0.29% 0.4% -
XYZ 8.76 9.8 13.74 -
YUV 86.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 72 91 101 0.29 0.10 0 0.60 200.69 0.17 0.34
Hex 48 5B 65 1D A 0 3C C9 11 22
Octal 110 133 145 35 12 0 74 311 21 42
Binary 1001000 1011011 1100101 11101 1010 0 111100 11001001 10001 100010

Color Harmonies of #485B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B65

Black with #485B65

Text Example


Text Example

White with #485B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,91,101); }

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

background-color css

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

 a { background-color: rgb(72,91,101); }

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

border-color css

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

 span { border-color: rgb(72,91,101); }

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