Html Css Color HEX #476674 Bismark

📋 copy color: '#476674'

red 71 ◦ green 102 ◦ blue 116

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

Shades of Bismark #476674

Tints of Bismark #476674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 24.57%
G = 35.29%
B = 40.14%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476674 (or 0x476674) is known color: Bismark. HEX triplet: 47, 66 and 74. RGB value is (71,102,116). Sum of RGB (Red+Green+Blue) = 71+102+116=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #476674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476674 is #B8998B. Grayscale: #5E5E5E. Windows color (decimal): -12097932 or 7628359. OLE color: 7628359.

HSL color Cylindrical-coordinate representation of color #476674: hue angle of 198.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #476674 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 102 116 -
CMYK 0.39 0.12 0 0.55
HSL 198.67º 0.24% 0.37% -
HSV(B) 198.67º 0.39% 0.45% -
XYZ 10.5 12.1 18.31 -
YUV 94.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 71 102 116 0.39 0.12 0 0.55 198.67 0.24 0.37
Hex 47 66 74 27 C 0 37 C7 18 25
Octal 107 146 164 47 14 0 67 307 30 45
Binary 1000111 1100110 1110100 100111 1100 0 110111 11000111 11000 100101

Color Harmonies of #476674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476674

Black with #476674

Text Example


Text Example

White with #476674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476674; }

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

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

background-color css

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

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

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

border-color css

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

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

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