Html Css Color HEX #476A7F Bismark

📋 copy color: '#476A7F'

red 71 ◦ green 106 ◦ blue 127

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

Shades of Bismark #476A7F

Tints of Bismark #476A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 127 (50% from 255) = 41.78%

R = 23.36%
G = 34.87%
B = 41.78%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#476A7F (or 0x476A7F) is known color: Bismark. HEX triplet: 47, 6A and 7F. RGB value is (71,106,127). Sum of RGB (Red+Green+Blue) = 71+106+127=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #476A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A7F is #B89580. Grayscale: #616161. Windows color (decimal): -12096897 or 8350279. OLE color: 8350279.

HSL color Cylindrical-coordinate representation of color #476A7F: hue angle of 202.5º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476A7F is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 106 127 -
CMYK 0.44 0.17 0 0.50
HSL 202.5º 0.28% 0.39% -
HSV(B) 202.5º 0.44% 0.5% -
XYZ 11.58 13.18 22.01 -
YUV 97.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 71 106 127 0.44 0.17 0 0.50 202.5 0.28 0.39
Hex 47 6A 7F 2C 11 0 32 CA 1C 27
Octal 107 152 177 54 21 0 62 312 34 47
Binary 1000111 1101010 1111111 101100 10001 0 110010 11001010 11100 100111

Color Harmonies of #476A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A7F

Black with #476A7F

Text Example


Text Example

White with #476A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,106,127); }

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

background-color css

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

 a { background-color: rgb(71,106,127); }

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

border-color css

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

 span { border-color: rgb(71,106,127); }

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