Html Css Color HEX #476976 Bismark

📋 copy color: '#476976'

red 71 ◦ green 105 ◦ blue 118

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

Shades of Bismark #476976

Tints of Bismark #476976

RGB

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

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

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

R = 24.15%
G = 35.71%
B = 40.14%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476976 (or 0x476976) is known color: Bismark. HEX triplet: 47, 69 and 76. RGB value is (71,105,118). Sum of RGB (Red+Green+Blue) = 71+105+118=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #476976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476976 is #B89689. Grayscale: #606060. Windows color (decimal): -12097162 or 7760199. OLE color: 7760199.

HSL color Cylindrical-coordinate representation of color #476976: hue angle of 196.6º 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 #476976 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 105 118 -
CMYK 0.40 0.11 0 0.54
HSL 196.6º 0.25% 0.37% -
HSV(B) 196.6º 0.4% 0.46% -
XYZ 10.92 12.75 19.03 -
YUV 96.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 71 105 118 0.40 0.11 0 0.54 196.6 0.25 0.37
Hex 47 69 76 28 B 0 36 C5 19 25
Octal 107 151 166 50 13 0 66 305 31 45
Binary 1000111 1101001 1110110 101000 1011 0 110110 11000101 11001 100101

Color Harmonies of #476976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476976

Black with #476976

Text Example


Text Example

White with #476976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476976; }

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

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

background-color css

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

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

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

border-color css

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

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

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