Html Css Color HEX #47697A Bismark

📋 copy color: '#47697A'

red 71 ◦ green 105 ◦ blue 122

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

Shades of Bismark #47697A

Tints of Bismark #47697A

RGB

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

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

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

R = 23.83%
G = 35.23%
B = 40.94%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47697A (or 0x47697A) is known color: Bismark. HEX triplet: 47, 69 and 7A. RGB value is (71,105,122). Sum of RGB (Red+Green+Blue) = 71+105+122=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #47697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47697A is #B89685. Grayscale: #606060. Windows color (decimal): -12097158 or 8022343. OLE color: 8022343.

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

Color convert

RGB 71 105 122 -
CMYK 0.42 0.14 0 0.52
HSL 200º 0.26% 0.38% -
HSV(B) 200º 0.42% 0.48% -
XYZ 11.16 12.85 20.3 -
YUV 96.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 71 105 122 0.42 0.14 0 0.52 200 0.26 0.38
Hex 47 69 7A 2A E 0 34 C8 1A 26
Octal 107 151 172 52 16 0 64 310 32 46
Binary 1000111 1101001 1111010 101010 1110 0 110100 11001000 11010 100110

Color Harmonies of #47697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47697A

Black with #47697A

Text Example


Text Example

White with #47697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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