Html Css Color HEX #476F78 Bismark

📋 copy color: '#476F78'

red 71 ◦ green 111 ◦ blue 120

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

Shades of Bismark #476F78

Tints of Bismark #476F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 23.51%
G = 36.75%
B = 39.74%

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

#476F78 (or 0x476F78) is known color: Bismark. HEX triplet: 47, 6F and 78. RGB value is (71,111,120). Sum of RGB (Red+Green+Blue) = 71+111+120=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #476F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F78 is #B89087. Grayscale: #636363. Windows color (decimal): -12095624 or 7892807. OLE color: 7892807.

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

Color convert

RGB 71 111 120 -
CMYK 0.41 0.08 0 0.53
HSL 191.02º 0.26% 0.37% -
HSV(B) 191.02º 0.41% 0.47% -
XYZ 11.67 14.06 19.87 -
YUV 100.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 71 111 120 0.41 0.08 0 0.53 191.02 0.26 0.37
Hex 47 6F 78 29 8 0 35 BF 1A 25
Octal 107 157 170 51 10 0 65 277 32 45
Binary 1000111 1101111 1111000 101001 1000 0 110101 10111111 11010 100101

Color Harmonies of #476F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F78

Black with #476F78

Text Example


Text Example

White with #476F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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