Html Css Color HEX #475A68 Fiord

📋 copy color: '#475A68'

red 71 ◦ green 90 ◦ blue 104

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

Shades of Fiord #475A68

Tints of Fiord #475A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

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

R = 26.79%
G = 33.96%
B = 39.25%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475A68 (or 0x475A68) is known color: Fiord. HEX triplet: 47, 5A and 68. RGB value is (71,90,104). Sum of RGB (Red+Green+Blue) = 71+90+104=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 90 (35.55% from 255 or 33.96% 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 #475A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A68 is #B8A597. Grayscale: #555555. Windows color (decimal): -12101016 or 6838855. OLE color: 6838855.

HSL color Cylindrical-coordinate representation of color #475A68: hue angle of 205.45º 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 #475A68 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 90 104 -
CMYK 0.32 0.13 0 0.59
HSL 205.45º 0.19% 0.34% -
HSV(B) 205.45º 0.32% 0.41% -
XYZ 8.75 9.65 14.5 -
YUV 85.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 71 90 104 0.32 0.13 0 0.59 205.45 0.19 0.34
Hex 47 5A 68 20 D 0 3B CD 13 22
Octal 107 132 150 40 15 0 73 315 23 42
Binary 1000111 1011010 1101000 100000 1101 0 111011 11001101 10011 100010

Color Harmonies of #475A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A68

Black with #475A68

Text Example


Text Example

White with #475A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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