Html Css Color HEX #485969 Fiord

📋 copy color: '#485969'

red 72 ◦ green 89 ◦ blue 105

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

Shades of Fiord #485969

Tints of Fiord #485969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 27.07%
G = 33.46%
B = 39.47%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#485969 (or 0x485969) is known color: Fiord. HEX triplet: 48, 59 and 69. RGB value is (72,89,105). Sum of RGB (Red+Green+Blue) = 72+89+105=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #485969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485969 is #B7A696. Grayscale: #555555. Windows color (decimal): -12035735 or 6904136. OLE color: 6904136.

HSL color Cylindrical-coordinate representation of color #485969: hue angle of 209.09º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485969 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 89 105 -
CMYK 0.31 0.15 0 0.59
HSL 209.09º 0.19% 0.35% -
HSV(B) 209.09º 0.31% 0.41% -
XYZ 8.79 9.54 14.74 -
YUV 85.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 72 89 105 0.31 0.15 0 0.59 209.09 0.19 0.35
Hex 48 59 69 1F F 0 3B D1 13 23
Octal 110 131 151 37 17 0 73 321 23 43
Binary 1001000 1011001 1101001 11111 1111 0 111011 11010001 10011 100011

Color Harmonies of #485969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485969

Black with #485969

Text Example


Text Example

White with #485969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485969; }

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

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

background-color css

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

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

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

border-color css

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

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

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