Html Css Color HEX #475A6B Fiord

📋 copy color: '#475A6B'

red 71 ◦ green 90 ◦ blue 107

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

Shades of Fiord #475A6B

Tints of Fiord #475A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 26.49%
G = 33.58%
B = 39.93%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#475A6B (or 0x475A6B) is known color: Fiord. HEX triplet: 47, 5A and 6B. RGB value is (71,90,107). Sum of RGB (Red+Green+Blue) = 71+90+107=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #475A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A6B is #B8A594. Grayscale: #565656. Windows color (decimal): -12101013 or 7035463. OLE color: 7035463.

HSL color Cylindrical-coordinate representation of color #475A6B: hue angle of 208.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #475A6B is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 90 107 -
CMYK 0.34 0.16 0 0.58
HSL 208.33º 0.2% 0.35% -
HSV(B) 208.33º 0.34% 0.42% -
XYZ 8.91 9.71 15.32 -
YUV 86.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 71 90 107 0.34 0.16 0 0.58 208.33 0.2 0.35
Hex 47 5A 6B 22 10 0 3A D0 14 23
Octal 107 132 153 42 20 0 72 320 24 43
Binary 1000111 1011010 1101011 100010 10000 0 111010 11010000 10100 100011

Color Harmonies of #475A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A6B

Black with #475A6B

Text Example


Text Example

White with #475A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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