Html Css Color HEX #476F79 Bismark

📋 copy color: '#476F79'

red 71 ◦ green 111 ◦ blue 121

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

Shades of Bismark #476F79

Tints of Bismark #476F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 23.43%
G = 36.63%
B = 39.93%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476F79 (or 0x476F79) is known color: Bismark. HEX triplet: 47, 6F and 79. RGB value is (71,111,121). Sum of RGB (Red+Green+Blue) = 71+111+121=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #476F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F79 is #B89086. Grayscale: #646464. Windows color (decimal): -12095623 or 7958343. OLE color: 7958343.

HSL color Cylindrical-coordinate representation of color #476F79: hue angle of 192º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476F79 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 111 121 -
CMYK 0.41 0.08 0 0.53
HSL 192º 0.26% 0.38% -
HSV(B) 192º 0.41% 0.47% -
XYZ 11.73 14.09 20.19 -
YUV 100.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 71 111 121 0.41 0.08 0 0.53 192 0.26 0.38
Hex 47 6F 79 29 8 0 35 C0 1A 26
Octal 107 157 171 51 10 0 65 300 32 46
Binary 1000111 1101111 1111001 101001 1000 0 110101 11000000 11010 100110

Color Harmonies of #476F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F79

Black with #476F79

Text Example


Text Example

White with #476F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476F79; }

 p { color: rgb(71,111,121); }

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

background-color css

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

 a { background-color: rgb(71,111,121); }

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

border-color css

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

 span { border-color: rgb(71,111,121); }

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