Html Css Color HEX #476C79 Bismark

📋 copy color: '#476C79'

red 71 ◦ green 108 ◦ blue 121

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

Shades of Bismark #476C79

Tints of Bismark #476C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

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

R = 23.67%
G = 36%
B = 40.33%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476C79 (or 0x476C79) is known color: Bismark. HEX triplet: 47, 6C and 79. RGB value is (71,108,121). Sum of RGB (Red+Green+Blue) = 71+108+121=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #476C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C79 is #B89386. Grayscale: #626262. Windows color (decimal): -12096391 or 7957575. OLE color: 7957575.

HSL color Cylindrical-coordinate representation of color #476C79: hue angle of 195.6º 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 #476C79 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 108 121 -
CMYK 0.41 0.11 0 0.53
HSL 195.6º 0.26% 0.38% -
HSV(B) 195.6º 0.41% 0.47% -
XYZ 11.41 13.45 20.08 -
YUV 98.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 71 108 121 0.41 0.11 0 0.53 195.6 0.26 0.38
Hex 47 6C 79 29 B 0 35 C4 1A 26
Octal 107 154 171 51 13 0 65 304 32 46
Binary 1000111 1101100 1111001 101001 1011 0 110101 11000100 11010 100110

Color Harmonies of #476C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C79

Black with #476C79

Text Example


Text Example

White with #476C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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