Html Css Color HEX #475869 Fiord

📋 copy color: '#475869'

red 71 ◦ green 88 ◦ blue 105

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

Shades of Fiord #475869

Tints of Fiord #475869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

 BLUE value IS 105 (41.41% from 255) = 39.77%

R = 26.89%
G = 33.33%
B = 39.77%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475869 (or 0x475869) is known color: Fiord. HEX triplet: 47, 58 and 69. RGB value is (71,88,105). Sum of RGB (Red+Green+Blue) = 71+88+105=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #475869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475869 is #B8A796. Grayscale: #545454. Windows color (decimal): -12101527 or 6903879. OLE color: 6903879.

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

Color convert

RGB 71 88 105 -
CMYK 0.32 0.16 0 0.59
HSL 210º 0.19% 0.35% -
HSV(B) 210º 0.32% 0.41% -
XYZ 8.64 9.34 14.71 -
YUV 84.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 71 88 105 0.32 0.16 0 0.59 210 0.19 0.35
Hex 47 58 69 20 10 0 3B D2 13 23
Octal 107 130 151 40 20 0 73 322 23 43
Binary 1000111 1011000 1101001 100000 10000 0 111011 11010010 10011 100011

Color Harmonies of #475869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475869

Black with #475869

Text Example


Text Example

White with #475869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475869; }

 p { color: rgb(71,88,105); }

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

background-color css

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

 a { background-color: rgb(71,88,105); }

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

border-color css

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

 span { border-color: rgb(71,88,105); }

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