Html Css Color HEX #47727B Bismark

📋 copy color: '#47727B'

red 71 ◦ green 114 ◦ blue 123

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

Shades of Bismark #47727B

Tints of Bismark #47727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 23.05%
G = 37.01%
B = 39.94%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47727B (or 0x47727B) is known color: Bismark. HEX triplet: 47, 72 and 7B. RGB value is (71,114,123). Sum of RGB (Red+Green+Blue) = 71+114+123=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #47727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47727B is #B88D84. Grayscale: #666666. Windows color (decimal): -12094853 or 8090183. OLE color: 8090183.

HSL color Cylindrical-coordinate representation of color #47727B: hue angle of 190.38º degrees, saturation: 0.27, 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 #47727B is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 114 123 -
CMYK 0.42 0.07 0 0.52
HSL 190.38º 0.27% 0.38% -
HSV(B) 190.38º 0.42% 0.48% -
XYZ 12.19 14.8 20.95 -
YUV 102.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 71 114 123 0.42 0.07 0 0.52 190.38 0.27 0.38
Hex 47 72 7B 2A 7 0 34 BE 1B 26
Octal 107 162 173 52 7 0 64 276 33 46
Binary 1000111 1110010 1111011 101010 111 0 110100 10111110 11011 100110

Color Harmonies of #47727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47727B

Black with #47727B

Text Example


Text Example

White with #47727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47727B; }

 p { color: rgb(71,114,123); }

 H1.HeaderClassName
 {
   color: #47727B;
 }
 .AnyTagClassName
 {
   color: #47727B;
 }
</style>

background-color css

<style>
 a { background-color: #47727B; }

 a { background-color: rgb(71,114,123); }

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

border-color css

<style>
 span { border-color: #47727B; }

 span { border-color: rgb(71,114,123); }

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