Html Css Color HEX #47647A Bismark

📋 copy color: '#47647A'

red 71 ◦ green 100 ◦ blue 122

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

Shades of Bismark #47647A

Tints of Bismark #47647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 24.23%
G = 34.13%
B = 41.64%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47647A (or 0x47647A) is known color: Bismark. HEX triplet: 47, 64 and 7A. RGB value is (71,100,122). Sum of RGB (Red+Green+Blue) = 71+100+122=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #47647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47647A is #B89B85. Grayscale: #5D5D5D. Windows color (decimal): -12098438 or 8021063. OLE color: 8021063.

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

Color convert

RGB 71 100 122 -
CMYK 0.42 0.18 0 0.52
HSL 205.88º 0.26% 0.38% -
HSV(B) 205.88º 0.42% 0.48% -
XYZ 10.67 11.86 20.14 -
YUV 93.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 71 100 122 0.42 0.18 0 0.52 205.88 0.26 0.38
Hex 47 64 7A 2A 12 0 34 CE 1A 26
Octal 107 144 172 52 22 0 64 316 32 46
Binary 1000111 1100100 1111010 101010 10010 0 110100 11001110 11010 100110

Color Harmonies of #47647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47647A

Black with #47647A

Text Example


Text Example

White with #47647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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