Html Css Color HEX #475F6E Fiord

📋 copy color: '#475F6E'

red 71 ◦ green 95 ◦ blue 110

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

Shades of Fiord #475F6E

Tints of Fiord #475F6E

RGB

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

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

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

R = 25.72%
G = 34.42%
B = 39.86%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#475F6E (or 0x475F6E) is known color: Fiord. HEX triplet: 47, 5F and 6E. RGB value is (71,95,110). Sum of RGB (Red+Green+Blue) = 71+95+110=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #475F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F6E is #B8A091. Grayscale: #595959. Windows color (decimal): -12099730 or 7233351. OLE color: 7233351.

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

Color convert

RGB 71 95 110 -
CMYK 0.35 0.14 0 0.57
HSL 203.08º 0.22% 0.35% -
HSV(B) 203.08º 0.35% 0.43% -
XYZ 9.51 10.65 16.31 -
YUV 89.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 71 95 110 0.35 0.14 0 0.57 203.08 0.22 0.35
Hex 47 5F 6E 23 E 0 39 CB 16 23
Octal 107 137 156 43 16 0 71 313 26 43
Binary 1000111 1011111 1101110 100011 1110 0 111001 11001011 10110 100011

Color Harmonies of #475F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F6E

Black with #475F6E

Text Example


Text Example

White with #475F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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