Html Css Color HEX #476774 Bismark

📋 copy color: '#476774'

red 71 ◦ green 103 ◦ blue 116

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

Shades of Bismark #476774

Tints of Bismark #476774

RGB

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

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

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

R = 24.48%
G = 35.52%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476774 (or 0x476774) is known color: Bismark. HEX triplet: 47, 67 and 74. RGB value is (71,103,116). Sum of RGB (Red+Green+Blue) = 71+103+116=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #476774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476774 is #B8988B. Grayscale: #5E5E5E. Windows color (decimal): -12097676 or 7628615. OLE color: 7628615.

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

Color convert

RGB 71 103 116 -
CMYK 0.39 0.11 0 0.55
HSL 197.33º 0.24% 0.37% -
HSV(B) 197.33º 0.39% 0.45% -
XYZ 10.6 12.3 18.34 -
YUV 94.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 71 103 116 0.39 0.11 0 0.55 197.33 0.24 0.37
Hex 47 67 74 27 B 0 37 C5 18 25
Octal 107 147 164 47 13 0 67 305 30 45
Binary 1000111 1100111 1110100 100111 1011 0 110111 11000101 11000 100101

Color Harmonies of #476774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476774

Black with #476774

Text Example


Text Example

White with #476774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476774; }

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

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

background-color css

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

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

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

border-color css

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

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

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