Html Css Color HEX #47707D Bismark

📋 copy color: '#47707D'

red 71 ◦ green 112 ◦ blue 125

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

Shades of Bismark #47707D

Tints of Bismark #47707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 23.05%
G = 36.36%
B = 40.58%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47707D (or 0x47707D) is known color: Bismark. HEX triplet: 47, 70 and 7D. RGB value is (71,112,125). Sum of RGB (Red+Green+Blue) = 71+112+125=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #47707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47707D is #B88F82. Grayscale: #656565. Windows color (decimal): -12095363 or 8220743. OLE color: 8220743.

HSL color Cylindrical-coordinate representation of color #47707D: hue angle of 194.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47707D is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 112 125 -
CMYK 0.43 0.10 0 0.51
HSL 194.44º 0.28% 0.38% -
HSV(B) 194.44º 0.43% 0.49% -
XYZ 12.09 14.41 21.55 -
YUV 101.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 71 112 125 0.43 0.10 0 0.51 194.44 0.28 0.38
Hex 47 70 7D 2B A 0 33 C2 1C 26
Octal 107 160 175 53 12 0 63 302 34 46
Binary 1000111 1110000 1111101 101011 1010 0 110011 11000010 11100 100110

Color Harmonies of #47707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47707D

Black with #47707D

Text Example


Text Example

White with #47707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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