Html Css Color HEX #475F6D Fiord

📋 copy color: '#475F6D'

red 71 ◦ green 95 ◦ blue 109

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

Shades of Fiord #475F6D

Tints of Fiord #475F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 25.82%
G = 34.55%
B = 39.64%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#475F6D (or 0x475F6D) is known color: Fiord. HEX triplet: 47, 5F and 6D. RGB value is (71,95,109). Sum of RGB (Red+Green+Blue) = 71+95+109=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #475F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F6D is #B8A092. Grayscale: #595959. Windows color (decimal): -12099731 or 7167815. OLE color: 7167815.

HSL color Cylindrical-coordinate representation of color #475F6D: hue angle of 202.11º degrees, saturation: 0.21, 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 #475F6D is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 95 109 -
CMYK 0.35 0.13 0 0.57
HSL 202.11º 0.21% 0.35% -
HSV(B) 202.11º 0.35% 0.43% -
XYZ 9.45 10.63 16.02 -
YUV 89.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 71 95 109 0.35 0.13 0 0.57 202.11 0.21 0.35
Hex 47 5F 6D 23 D 0 39 CA 15 23
Octal 107 137 155 43 15 0 71 312 25 43
Binary 1000111 1011111 1101101 100011 1101 0 111001 11001010 10101 100011

Color Harmonies of #475F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F6D

Black with #475F6D

Text Example


Text Example

White with #475F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,95,109); }

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

background-color css

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

 a { background-color: rgb(71,95,109); }

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

border-color css

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

 span { border-color: rgb(71,95,109); }

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