Html Css Color HEX #477077 Bismark

📋 copy color: '#477077'

red 71 ◦ green 112 ◦ blue 119

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

Shades of Bismark #477077

Tints of Bismark #477077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 23.51%
G = 37.09%
B = 39.4%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#477077 (or 0x477077) is known color: Bismark. HEX triplet: 47, 70 and 77. RGB value is (71,112,119). Sum of RGB (Red+Green+Blue) = 71+112+119=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #477077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477077 is #B88F88. Grayscale: #646464. Windows color (decimal): -12095369 or 7827527. OLE color: 7827527.

HSL color Cylindrical-coordinate representation of color #477077: hue angle of 188.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477077 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 112 119 -
CMYK 0.40 0.06 0 0.53
HSL 188.75º 0.25% 0.37% -
HSV(B) 188.75º 0.4% 0.47% -
XYZ 11.72 14.26 19.59 -
YUV 100.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 71 112 119 0.40 0.06 0 0.53 188.75 0.25 0.37
Hex 47 70 77 28 6 0 35 BD 19 25
Octal 107 160 167 50 6 0 65 275 31 45
Binary 1000111 1110000 1110111 101000 110 0 110101 10111101 11001 100101

Color Harmonies of #477077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477077

Black with #477077

Text Example


Text Example

White with #477077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477077; }

 p { color: rgb(71,112,119); }

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

background-color css

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

 a { background-color: rgb(71,112,119); }

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

border-color css

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

 span { border-color: rgb(71,112,119); }

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