Html Css Color HEX #485868 Fiord

📋 copy color: '#485868'

red 72 ◦ green 88 ◦ blue 104

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

Shades of Fiord #485868

Tints of Fiord #485868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

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

R = 27.27%
G = 33.33%
B = 39.39%

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

#485868 (or 0x485868) is known color: Fiord. HEX triplet: 48, 58 and 68. RGB value is (72,88,104). Sum of RGB (Red+Green+Blue) = 72+88+104=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #485868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485868 is #B7A797. Grayscale: #545454. Windows color (decimal): -12035992 or 6838344. OLE color: 6838344.

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

Color convert

RGB 72 88 104 -
CMYK 0.31 0.15 0 0.59
HSL 210º 0.18% 0.35% -
HSV(B) 210º 0.31% 0.41% -
XYZ 8.66 9.36 14.45 -
YUV 85.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 72 88 104 0.31 0.15 0 0.59 210 0.18 0.35
Hex 48 58 68 1F F 0 3B D2 12 23
Octal 110 130 150 37 17 0 73 322 22 43
Binary 1001000 1011000 1101000 11111 1111 0 111011 11010010 10010 100011

Color Harmonies of #485868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485868

Black with #485868

Text Example


Text Example

White with #485868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485868; }

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

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

background-color css

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

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

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

border-color css

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

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

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