Html Css Color HEX #476972 Bismark

📋 copy color: '#476972'

red 71 ◦ green 105 ◦ blue 114

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

Shades of Bismark #476972

Tints of Bismark #476972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 24.48%
G = 36.21%
B = 39.31%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476972 (or 0x476972) is known color: Bismark. HEX triplet: 47, 69 and 72. RGB value is (71,105,114). Sum of RGB (Red+Green+Blue) = 71+105+114=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #476972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476972 is #B8968D. Grayscale: #5F5F5F. Windows color (decimal): -12097166 or 7498055. OLE color: 7498055.

HSL color Cylindrical-coordinate representation of color #476972: hue angle of 192.56º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476972 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 105 114 -
CMYK 0.38 0.08 0 0.55
HSL 192.56º 0.23% 0.36% -
HSV(B) 192.56º 0.38% 0.45% -
XYZ 10.69 12.66 17.8 -
YUV 95.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 71 105 114 0.38 0.08 0 0.55 192.56 0.23 0.36
Hex 47 69 72 26 8 0 37 C1 17 24
Octal 107 151 162 46 10 0 67 301 27 44
Binary 1000111 1101001 1110010 100110 1000 0 110111 11000001 10111 100100

Color Harmonies of #476972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476972

Black with #476972

Text Example


Text Example

White with #476972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476972; }

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

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

background-color css

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

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

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

border-color css

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

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

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