Html Css Color HEX #476072 Fiord

📋 copy color: '#476072'

red 71 ◦ green 96 ◦ blue 114

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

Shades of Fiord #476072

Tints of Fiord #476072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 25.27%
G = 34.16%
B = 40.57%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476072 (or 0x476072) is known color: Fiord. HEX triplet: 47, 60 and 72. RGB value is (71,96,114). Sum of RGB (Red+Green+Blue) = 71+96+114=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #476072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476072 is #B89F8D. Grayscale: #5A5A5A. Windows color (decimal): -12099470 or 7495751. OLE color: 7495751.

HSL color Cylindrical-coordinate representation of color #476072: hue angle of 205.12º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476072 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 96 114 -
CMYK 0.38 0.16 0 0.55
HSL 205.12º 0.23% 0.36% -
HSV(B) 205.12º 0.38% 0.45% -
XYZ 9.82 10.92 17.51 -
YUV 90.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 71 96 114 0.38 0.16 0 0.55 205.12 0.23 0.36
Hex 47 60 72 26 10 0 37 CD 17 24
Octal 107 140 162 46 20 0 67 315 27 44
Binary 1000111 1100000 1110010 100110 10000 0 110111 11001101 10111 100100

Color Harmonies of #476072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476072

Black with #476072

Text Example


Text Example

White with #476072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476072; }

 p { color: rgb(71,96,114); }

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

background-color css

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

 a { background-color: rgb(71,96,114); }

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

border-color css

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

 span { border-color: rgb(71,96,114); }

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