Html Css Color HEX #477078 Bismark

📋 copy color: '#477078'

red 71 ◦ green 112 ◦ blue 120

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

Shades of Bismark #477078

Tints of Bismark #477078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 23.43%
G = 36.96%
B = 39.6%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#477078 (or 0x477078) is known color: Bismark. HEX triplet: 47, 70 and 78. RGB value is (71,112,120). Sum of RGB (Red+Green+Blue) = 71+112+120=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #477078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477078 is #B88F87. Grayscale: #646464. Windows color (decimal): -12095368 or 7893063. OLE color: 7893063.

HSL color Cylindrical-coordinate representation of color #477078: hue angle of 189.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477078 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 112 120 -
CMYK 0.41 0.07 0 0.53
HSL 189.8º 0.26% 0.37% -
HSV(B) 189.8º 0.41% 0.47% -
XYZ 11.78 14.28 19.91 -
YUV 100.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 71 112 120 0.41 0.07 0 0.53 189.8 0.26 0.37
Hex 47 70 78 29 7 0 35 BE 1A 25
Octal 107 160 170 51 7 0 65 276 32 45
Binary 1000111 1110000 1111000 101001 111 0 110101 10111110 11010 100101

Color Harmonies of #477078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477078

Black with #477078

Text Example


Text Example

White with #477078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477078; }

 p { color: rgb(71,112,120); }

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

background-color css

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

 a { background-color: rgb(71,112,120); }

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

border-color css

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

 span { border-color: rgb(71,112,120); }

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