Html Css Color HEX #476676 Bismark

📋 copy color: '#476676'

red 71 ◦ green 102 ◦ blue 118

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

Shades of Bismark #476676

Tints of Bismark #476676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 24.4%
G = 35.05%
B = 40.55%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476676 (or 0x476676) is known color: Bismark. HEX triplet: 47, 66 and 76. RGB value is (71,102,118). Sum of RGB (Red+Green+Blue) = 71+102+118=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #476676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476676 is #B89989. Grayscale: #5E5E5E. Windows color (decimal): -12097930 or 7759431. OLE color: 7759431.

HSL color Cylindrical-coordinate representation of color #476676: hue angle of 200.43º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476676 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 102 118 -
CMYK 0.40 0.14 0 0.54
HSL 200.43º 0.25% 0.37% -
HSV(B) 200.43º 0.4% 0.46% -
XYZ 10.62 12.15 18.93 -
YUV 94.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 71 102 118 0.40 0.14 0 0.54 200.43 0.25 0.37
Hex 47 66 76 28 E 0 36 C8 19 25
Octal 107 146 166 50 16 0 66 310 31 45
Binary 1000111 1100110 1110110 101000 1110 0 110110 11001000 11001 100101

Color Harmonies of #476676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476676

Black with #476676

Text Example


Text Example

White with #476676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476676; }

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

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

background-color css

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

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

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

border-color css

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

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

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