Html Css Color HEX #485768 Fiord

📋 copy color: '#485768'

red 72 ◦ green 87 ◦ blue 104

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

Shades of Fiord #485768

Tints of Fiord #485768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.08%

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

R = 27.38%
G = 33.08%
B = 39.54%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#485768 (or 0x485768) is known color: Fiord. HEX triplet: 48, 57 and 68. RGB value is (72,87,104). Sum of RGB (Red+Green+Blue) = 72+87+104=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #485768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485768 is #B7A897. Grayscale: #545454. Windows color (decimal): -12036248 or 6838088. OLE color: 6838088.

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

Color convert

RGB 72 87 104 -
CMYK 0.31 0.16 0 0.59
HSL 211.88º 0.18% 0.35% -
HSV(B) 211.88º 0.31% 0.41% -
XYZ 8.58 9.19 14.42 -
YUV 84.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 72 87 104 0.31 0.16 0 0.59 211.88 0.18 0.35
Hex 48 57 68 1F 10 0 3B D4 12 23
Octal 110 127 150 37 20 0 73 324 22 43
Binary 1001000 1010111 1101000 11111 10000 0 111011 11010100 10010 100011

Color Harmonies of #485768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485768

Black with #485768

Text Example


Text Example

White with #485768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485768; }

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

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

background-color css

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

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

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

border-color css

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

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

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