Html Css Color HEX #485968 Fiord

📋 copy color: '#485968'

red 72 ◦ green 89 ◦ blue 104

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

Shades of Fiord #485968

Tints of Fiord #485968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 27.17%
G = 33.58%
B = 39.25%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#485968 (or 0x485968) is known color: Fiord. HEX triplet: 48, 59 and 68. RGB value is (72,89,104). Sum of RGB (Red+Green+Blue) = 72+89+104=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #485968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485968 is #B7A697. Grayscale: #555555. Windows color (decimal): -12035736 or 6838600. OLE color: 6838600.

HSL color Cylindrical-coordinate representation of color #485968: hue angle of 208.12º degrees, saturation: 0.18, 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 #485968 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 89 104 -
CMYK 0.31 0.14 0 0.59
HSL 208.13º 0.18% 0.35% -
HSV(B) 208.13º 0.31% 0.41% -
XYZ 8.74 9.52 14.47 -
YUV 85.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 72 89 104 0.31 0.14 0 0.59 208.13 0.18 0.35
Hex 48 59 68 1F E 0 3B D0 12 23
Octal 110 131 150 37 16 0 73 320 22 43
Binary 1001000 1011001 1101000 11111 1110 0 111011 11010000 10010 100011

Color Harmonies of #485968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485968

Black with #485968

Text Example


Text Example

White with #485968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485968; }

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

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

background-color css

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

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

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

border-color css

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

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

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