Html Css Color HEX #476D78 Bismark

📋 copy color: '#476D78'

red 71 ◦ green 109 ◦ blue 120

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

Shades of Bismark #476D78

Tints of Bismark #476D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

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

R = 23.67%
G = 36.33%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476D78 (or 0x476D78) is known color: Bismark. HEX triplet: 47, 6D and 78. RGB value is (71,109,120). Sum of RGB (Red+Green+Blue) = 71+109+120=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #476D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D78 is #B89287. Grayscale: #626262. Windows color (decimal): -12096136 or 7892295. OLE color: 7892295.

HSL color Cylindrical-coordinate representation of color #476D78: hue angle of 193.47º 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 #476D78 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 109 120 -
CMYK 0.41 0.09 0 0.53
HSL 193.47º 0.26% 0.37% -
HSV(B) 193.47º 0.41% 0.47% -
XYZ 11.46 13.63 19.8 -
YUV 98.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 71 109 120 0.41 0.09 0 0.53 193.47 0.26 0.37
Hex 47 6D 78 29 9 0 35 C1 1A 25
Octal 107 155 170 51 11 0 65 301 32 45
Binary 1000111 1101101 1111000 101001 1001 0 110101 11000001 11010 100101

Color Harmonies of #476D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D78

Black with #476D78

Text Example


Text Example

White with #476D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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