Html Css Color HEX #476977 Bismark

📋 copy color: '#476977'

red 71 ◦ green 105 ◦ blue 119

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

Shades of Bismark #476977

Tints of Bismark #476977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.59%

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

R = 24.07%
G = 35.59%
B = 40.34%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476977 (or 0x476977) is known color: Bismark. HEX triplet: 47, 69 and 77. RGB value is (71,105,119). Sum of RGB (Red+Green+Blue) = 71+105+119=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #476977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476977 is #B89688. Grayscale: #606060. Windows color (decimal): -12097161 or 7825735. OLE color: 7825735.

HSL color Cylindrical-coordinate representation of color #476977: hue angle of 197.5º 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 #476977 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 105 119 -
CMYK 0.40 0.12 0 0.53
HSL 197.5º 0.25% 0.37% -
HSV(B) 197.5º 0.4% 0.47% -
XYZ 10.98 12.77 19.34 -
YUV 96.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 71 105 119 0.40 0.12 0 0.53 197.5 0.25 0.37
Hex 47 69 77 28 C 0 35 C6 19 25
Octal 107 151 167 50 14 0 65 306 31 45
Binary 1000111 1101001 1110111 101000 1100 0 110101 11000110 11001 100101

Color Harmonies of #476977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476977

Black with #476977

Text Example


Text Example

White with #476977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476977; }

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

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

background-color css

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

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

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

border-color css

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

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

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