Html Css Color HEX #47707A Bismark

📋 copy color: '#47707A'

red 71 ◦ green 112 ◦ blue 122

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

Shades of Bismark #47707A

Tints of Bismark #47707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40%

R = 23.28%
G = 36.72%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47707A (or 0x47707A) is known color: Bismark. HEX triplet: 47, 70 and 7A. RGB value is (71,112,122). Sum of RGB (Red+Green+Blue) = 71+112+122=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #47707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47707A is #B88F85. Grayscale: #646464. Windows color (decimal): -12095366 or 8024135. OLE color: 8024135.

HSL color Cylindrical-coordinate representation of color #47707A: hue angle of 191.76º degrees, saturation: 0.26, 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 #47707A is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 112 122 -
CMYK 0.42 0.08 0 0.52
HSL 191.76º 0.26% 0.38% -
HSV(B) 191.76º 0.42% 0.48% -
XYZ 11.91 14.33 20.55 -
YUV 100.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 71 112 122 0.42 0.08 0 0.52 191.76 0.26 0.38
Hex 47 70 7A 2A 8 0 34 C0 1A 26
Octal 107 160 172 52 10 0 64 300 32 46
Binary 1000111 1110000 1111010 101010 1000 0 110100 11000000 11010 100110

Color Harmonies of #47707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47707A

Black with #47707A

Text Example


Text Example

White with #47707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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