Html Css Color HEX #476777 Bismark

📋 copy color: '#476777'

red 71 ◦ green 103 ◦ blue 119

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

Shades of Bismark #476777

Tints of Bismark #476777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

 BLUE value IS 119 (46.88% from 255) = 40.61%

R = 24.23%
G = 35.15%
B = 40.61%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476777 (or 0x476777) is known color: Bismark. HEX triplet: 47, 67 and 77. RGB value is (71,103,119). Sum of RGB (Red+Green+Blue) = 71+103+119=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #476777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476777 is #B89888. Grayscale: #5F5F5F. Windows color (decimal): -12097673 or 7825223. OLE color: 7825223.

HSL color Cylindrical-coordinate representation of color #476777: hue angle of 200º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476777 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 103 119 -
CMYK 0.40 0.13 0 0.53
HSL 200º 0.25% 0.37% -
HSV(B) 200º 0.4% 0.47% -
XYZ 10.78 12.37 19.27 -
YUV 95.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 71 103 119 0.40 0.13 0 0.53 200 0.25 0.37
Hex 47 67 77 28 D 0 35 C8 19 25
Octal 107 147 167 50 15 0 65 310 31 45
Binary 1000111 1100111 1110111 101000 1101 0 110101 11001000 11001 100101

Color Harmonies of #476777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476777

Black with #476777

Text Example


Text Example

White with #476777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476777; }

 p { color: rgb(71,103,119); }

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

background-color css

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

 a { background-color: rgb(71,103,119); }

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

border-color css

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

 span { border-color: rgb(71,103,119); }

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