Html Css Color HEX #476979 Bismark

📋 copy color: '#476979'

red 71 ◦ green 105 ◦ blue 121

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

Shades of Bismark #476979

Tints of Bismark #476979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 121 (47.66% from 255) = 40.74%

R = 23.91%
G = 35.35%
B = 40.74%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476979 (or 0x476979) is known color: Bismark. HEX triplet: 47, 69 and 79. RGB value is (71,105,121). Sum of RGB (Red+Green+Blue) = 71+105+121=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #476979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476979 is #B89686. Grayscale: #606060. Windows color (decimal): -12097159 or 7956807. OLE color: 7956807.

HSL color Cylindrical-coordinate representation of color #476979: hue angle of 199.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476979 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 105 121 -
CMYK 0.41 0.13 0 0.53
HSL 199.2º 0.26% 0.38% -
HSV(B) 199.2º 0.41% 0.47% -
XYZ 11.1 12.82 19.98 -
YUV 96.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 71 105 121 0.41 0.13 0 0.53 199.2 0.26 0.38
Hex 47 69 79 29 D 0 35 C7 1A 26
Octal 107 151 171 51 15 0 65 307 32 46
Binary 1000111 1101001 1111001 101001 1101 0 110101 11000111 11010 100110

Color Harmonies of #476979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476979

Black with #476979

Text Example


Text Example

White with #476979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476979; }

 p { color: rgb(71,105,121); }

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

background-color css

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

 a { background-color: rgb(71,105,121); }

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

border-color css

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

 span { border-color: rgb(71,105,121); }

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