Html Css Color HEX #475B68 Fiord

📋 copy color: '#475B68'

red 71 ◦ green 91 ◦ blue 104

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

Shades of Fiord #475B68

Tints of Fiord #475B68

RGB

 RED value IS 71 (28.13% from 255) = 26.69%

 GREEN value IS 91 (35.94% from 255) = 34.21%

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

R = 26.69%
G = 34.21%
B = 39.1%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475B68 (or 0x475B68) is known color: Fiord. HEX triplet: 47, 5B and 68. RGB value is (71,91,104). Sum of RGB (Red+Green+Blue) = 71+91+104=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #475B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B68 is #B8A497. Grayscale: #565656. Windows color (decimal): -12100760 or 6839111. OLE color: 6839111.

HSL color Cylindrical-coordinate representation of color #475B68: hue angle of 203.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475B68 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 91 104 -
CMYK 0.32 0.12 0 0.59
HSL 203.64º 0.19% 0.34% -
HSV(B) 203.64º 0.32% 0.41% -
XYZ 8.84 9.82 14.53 -
YUV 86.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 71 91 104 0.32 0.12 0 0.59 203.64 0.19 0.34
Hex 47 5B 68 20 C 0 3B CC 13 22
Octal 107 133 150 40 14 0 73 314 23 42
Binary 1000111 1011011 1101000 100000 1100 0 111011 11001100 10011 100010

Color Harmonies of #475B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B68

Black with #475B68

Text Example


Text Example

White with #475B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475B68; }

 p { color: rgb(71,91,104); }

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

background-color css

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

 a { background-color: rgb(71,91,104); }

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

border-color css

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

 span { border-color: rgb(71,91,104); }

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