Html Css Color HEX #47677D Bismark

📋 copy color: '#47677D'

red 71 ◦ green 103 ◦ blue 125

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

Shades of Bismark #47677D

Tints of Bismark #47677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

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

R = 23.75%
G = 34.45%
B = 41.81%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47677D (or 0x47677D) is known color: Bismark. HEX triplet: 47, 67 and 7D. RGB value is (71,103,125). Sum of RGB (Red+Green+Blue) = 71+103+125=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #47677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47677D is #B89882. Grayscale: #5F5F5F. Windows color (decimal): -12097667 or 8218439. OLE color: 8218439.

HSL color Cylindrical-coordinate representation of color #47677D: hue angle of 204.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 #47677D is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 103 125 -
CMYK 0.43 0.18 0 0.51
HSL 204.44º 0.28% 0.38% -
HSV(B) 204.44º 0.43% 0.49% -
XYZ 11.15 12.52 21.23 -
YUV 95.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 71 103 125 0.43 0.18 0 0.51 204.44 0.28 0.38
Hex 47 67 7D 2B 12 0 33 CC 1C 26
Octal 107 147 175 53 22 0 63 314 34 46
Binary 1000111 1100111 1111101 101011 10010 0 110011 11001100 11100 100110

Color Harmonies of #47677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47677D

Black with #47677D

Text Example


Text Example

White with #47677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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