Html Css Color HEX #47657A Bismark

📋 copy color: '#47657A'

red 71 ◦ green 101 ◦ blue 122

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

Shades of Bismark #47657A

Tints of Bismark #47657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 24.15%
G = 34.35%
B = 41.5%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47657A (or 0x47657A) is known color: Bismark. HEX triplet: 47, 65 and 7A. RGB value is (71,101,122). Sum of RGB (Red+Green+Blue) = 71+101+122=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #47657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47657A is #B89A85. Grayscale: #5E5E5E. Windows color (decimal): -12098182 or 8021319. OLE color: 8021319.

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

Color convert

RGB 71 101 122 -
CMYK 0.42 0.17 0 0.52
HSL 204.71º 0.26% 0.38% -
HSV(B) 204.71º 0.42% 0.48% -
XYZ 10.77 12.05 20.17 -
YUV 94.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 71 101 122 0.42 0.17 0 0.52 204.71 0.26 0.38
Hex 47 65 7A 2A 11 0 34 CD 1A 26
Octal 107 145 172 52 21 0 64 315 32 46
Binary 1000111 1100101 1111010 101010 10001 0 110100 11001101 11010 100110

Color Harmonies of #47657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47657A

Black with #47657A

Text Example


Text Example

White with #47657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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