Html Css Color HEX #47667B Bismark

📋 copy color: '#47667B'

red 71 ◦ green 102 ◦ blue 123

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

Shades of Bismark #47667B

Tints of Bismark #47667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 23.99%
G = 34.46%
B = 41.55%

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

#47667B (or 0x47667B) is known color: Bismark. HEX triplet: 47, 66 and 7B. RGB value is (71,102,123). Sum of RGB (Red+Green+Blue) = 71+102+123=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #47667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47667B is #B89984. Grayscale: #5F5F5F. Windows color (decimal): -12097925 or 8087111. OLE color: 8087111.

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

Color convert

RGB 71 102 123 -
CMYK 0.42 0.17 0 0.52
HSL 204.23º 0.27% 0.38% -
HSV(B) 204.23º 0.42% 0.48% -
XYZ 10.93 12.27 20.53 -
YUV 95.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 71 102 123 0.42 0.17 0 0.52 204.23 0.27 0.38
Hex 47 66 7B 2A 11 0 34 CC 1B 26
Octal 107 146 173 52 21 0 64 314 33 46
Binary 1000111 1100110 1111011 101010 10001 0 110100 11001100 11011 100110

Color Harmonies of #47667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47667B

Black with #47667B

Text Example


Text Example

White with #47667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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