Html Css Color HEX #475D6E Fiord

📋 copy color: '#475D6E'

red 71 ◦ green 93 ◦ blue 110

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

Shades of Fiord #475D6E

Tints of Fiord #475D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.94%

 BLUE value IS 110 (43.36% from 255) = 40.15%

R = 25.91%
G = 33.94%
B = 40.15%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#475D6E (or 0x475D6E) is known color: Fiord. HEX triplet: 47, 5D and 6E. RGB value is (71,93,110). Sum of RGB (Red+Green+Blue) = 71+93+110=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #475D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D6E is #B8A291. Grayscale: #585858. Windows color (decimal): -12100242 or 7232839. OLE color: 7232839.

HSL color Cylindrical-coordinate representation of color #475D6E: hue angle of 206.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #475D6E is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 93 110 -
CMYK 0.35 0.15 0 0.57
HSL 206.15º 0.22% 0.35% -
HSV(B) 206.15º 0.35% 0.43% -
XYZ 9.33 10.29 16.25 -
YUV 88.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 71 93 110 0.35 0.15 0 0.57 206.15 0.22 0.35
Hex 47 5D 6E 23 F 0 39 CE 16 23
Octal 107 135 156 43 17 0 71 316 26 43
Binary 1000111 1011101 1101110 100011 1111 0 111001 11001110 10110 100011

Color Harmonies of #475D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D6E

Black with #475D6E

Text Example


Text Example

White with #475D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,110); }

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

background-color css

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

 a { background-color: rgb(71,93,110); }

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

border-color css

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

 span { border-color: rgb(71,93,110); }

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