Html Css Color HEX #485C69 Fiord

📋 copy color: '#485C69'

red 72 ◦ green 92 ◦ blue 105

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

Shades of Fiord #485C69

Tints of Fiord #485C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

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

R = 26.77%
G = 34.2%
B = 39.03%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#485C69 (or 0x485C69) is known color: Fiord. HEX triplet: 48, 5C and 69. RGB value is (72,92,105). Sum of RGB (Red+Green+Blue) = 72+92+105=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #485C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C69 is #B7A396. Grayscale: #575757. Windows color (decimal): -12034967 or 6904904. OLE color: 6904904.

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

Color convert

RGB 72 92 105 -
CMYK 0.31 0.12 0 0.59
HSL 203.64º 0.19% 0.35% -
HSV(B) 203.64º 0.31% 0.41% -
XYZ 9.05 10.05 14.83 -
YUV 87.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 72 92 105 0.31 0.12 0 0.59 203.64 0.19 0.35
Hex 48 5C 69 1F C 0 3B CC 13 23
Octal 110 134 151 37 14 0 73 314 23 43
Binary 1001000 1011100 1101001 11111 1100 0 111011 11001100 10011 100011

Color Harmonies of #485C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C69

Black with #485C69

Text Example


Text Example

White with #485C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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