Html Css Color HEX #485E69 Fiord

📋 copy color: '#485E69'

red 72 ◦ green 94 ◦ blue 105

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

Shades of Fiord #485E69

Tints of Fiord #485E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

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

R = 26.57%
G = 34.69%
B = 38.75%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#485E69 (or 0x485E69) is known color: Fiord. HEX triplet: 48, 5E and 69. RGB value is (72,94,105). Sum of RGB (Red+Green+Blue) = 72+94+105=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #485E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E69 is #B7A196. Grayscale: #585858. Windows color (decimal): -12034455 or 6905416. OLE color: 6905416.

HSL color Cylindrical-coordinate representation of color #485E69: hue angle of 200º 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 #485E69 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 94 105 -
CMYK 0.31 0.10 0 0.59
HSL 200º 0.19% 0.35% -
HSV(B) 200º 0.31% 0.41% -
XYZ 9.22 10.4 14.89 -
YUV 88.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 72 94 105 0.31 0.10 0 0.59 200 0.19 0.35
Hex 48 5E 69 1F A 0 3B C8 13 23
Octal 110 136 151 37 12 0 73 310 23 43
Binary 1001000 1011110 1101001 11111 1010 0 111011 11001000 10011 100011

Color Harmonies of #485E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E69

Black with #485E69

Text Example


Text Example

White with #485E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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