Html Css Color HEX #476C7D Bismark

📋 copy color: '#476C7D'

red 71 ◦ green 108 ◦ blue 125

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

Shades of Bismark #476C7D

Tints of Bismark #476C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 23.36%
G = 35.53%
B = 41.12%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#476C7D (or 0x476C7D) is known color: Bismark. HEX triplet: 47, 6C and 7D. RGB value is (71,108,125). Sum of RGB (Red+Green+Blue) = 71+108+125=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #476C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C7D is #B89382. Grayscale: #626262. Windows color (decimal): -12096387 or 8219719. OLE color: 8219719.

HSL color Cylindrical-coordinate representation of color #476C7D: hue angle of 198.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #476C7D is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 108 125 -
CMYK 0.43 0.14 0 0.51
HSL 198.89º 0.28% 0.38% -
HSV(B) 198.89º 0.43% 0.49% -
XYZ 11.66 13.55 21.4 -
YUV 98.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 71 108 125 0.43 0.14 0 0.51 198.89 0.28 0.38
Hex 47 6C 7D 2B E 0 33 C7 1C 26
Octal 107 154 175 53 16 0 63 307 34 46
Binary 1000111 1101100 1111101 101011 1110 0 110011 11000111 11100 100110

Color Harmonies of #476C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C7D

Black with #476C7D

Text Example


Text Example

White with #476C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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