Html Css Color HEX #47737B Bismark

📋 copy color: '#47737B'

red 71 ◦ green 115 ◦ blue 123

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

Shades of Bismark #47737B

Tints of Bismark #47737B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

 BLUE value IS 123 (48.44% from 255) = 39.81%

R = 22.98%
G = 37.22%
B = 39.81%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47737B (or 0x47737B) is known color: Bismark. HEX triplet: 47, 73 and 7B. RGB value is (71,115,123). Sum of RGB (Red+Green+Blue) = 71+115+123=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #47737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47737B is #B88C84. Grayscale: #666666. Windows color (decimal): -12094597 or 8090439. OLE color: 8090439.

HSL color Cylindrical-coordinate representation of color #47737B: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47737B is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 115 123 -
CMYK 0.42 0.07 0 0.52
HSL 189.23º 0.27% 0.38% -
HSV(B) 189.23º 0.42% 0.48% -
XYZ 12.3 15.03 20.99 -
YUV 102.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 71 115 123 0.42 0.07 0 0.52 189.23 0.27 0.38
Hex 47 73 7B 2A 7 0 34 BD 1B 26
Octal 107 163 173 52 7 0 64 275 33 46
Binary 1000111 1110011 1111011 101010 111 0 110100 10111101 11011 100110

Color Harmonies of #47737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47737B

Black with #47737B

Text Example


Text Example

White with #47737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47737B; }

 p { color: rgb(71,115,123); }

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

background-color css

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

 a { background-color: rgb(71,115,123); }

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

border-color css

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

 span { border-color: rgb(71,115,123); }

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