Html Css Color HEX #476978 Bismark

📋 copy color: '#476978'

red 71 ◦ green 105 ◦ blue 120

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

Shades of Bismark #476978

Tints of Bismark #476978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 23.99%
G = 35.47%
B = 40.54%

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

#476978 (or 0x476978) is known color: Bismark. HEX triplet: 47, 69 and 78. RGB value is (71,105,120). Sum of RGB (Red+Green+Blue) = 71+105+120=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #476978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476978 is #B89687. Grayscale: #606060. Windows color (decimal): -12097160 or 7891271. OLE color: 7891271.

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

Color convert

RGB 71 105 120 -
CMYK 0.41 0.13 0 0.53
HSL 198.37º 0.26% 0.37% -
HSV(B) 198.37º 0.41% 0.47% -
XYZ 11.04 12.8 19.66 -
YUV 96.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 71 105 120 0.41 0.13 0 0.53 198.37 0.26 0.37
Hex 47 69 78 29 D 0 35 C6 1A 25
Octal 107 151 170 51 15 0 65 306 32 45
Binary 1000111 1101001 1111000 101001 1101 0 110101 11000110 11010 100101

Color Harmonies of #476978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476978

Black with #476978

Text Example


Text Example

White with #476978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476978; }

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

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

background-color css

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

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

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

border-color css

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

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

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