Html Css Color HEX #47687A Bismark

📋 copy color: '#47687A'

red 71 ◦ green 104 ◦ blue 122

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

Shades of Bismark #47687A

Tints of Bismark #47687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

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

R = 23.91%
G = 35.02%
B = 41.08%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47687A (or 0x47687A) is known color: Bismark. HEX triplet: 47, 68 and 7A. RGB value is (71,104,122). Sum of RGB (Red+Green+Blue) = 71+104+122=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #47687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47687A is #B89785. Grayscale: #606060. Windows color (decimal): -12097414 or 8022087. OLE color: 8022087.

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

Color convert

RGB 71 104 122 -
CMYK 0.42 0.15 0 0.52
HSL 201.18º 0.26% 0.38% -
HSV(B) 201.18º 0.42% 0.48% -
XYZ 11.06 12.65 20.27 -
YUV 96.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 71 104 122 0.42 0.15 0 0.52 201.18 0.26 0.38
Hex 47 68 7A 2A F 0 34 C9 1A 26
Octal 107 150 172 52 17 0 64 311 32 46
Binary 1000111 1101000 1111010 101010 1111 0 110100 11001001 11010 100110

Color Harmonies of #47687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47687A

Black with #47687A

Text Example


Text Example

White with #47687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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