Html Css Color HEX #476274 Bismark

📋 copy color: '#476274'

red 71 ◦ green 98 ◦ blue 116

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

Shades of Bismark #476274

Tints of Bismark #476274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

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

R = 24.91%
G = 34.39%
B = 40.7%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476274 (or 0x476274) is known color: Bismark. HEX triplet: 47, 62 and 74. RGB value is (71,98,116). Sum of RGB (Red+Green+Blue) = 71+98+116=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #476274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476274 is #B89D8B. Grayscale: #5B5B5B. Windows color (decimal): -12098956 or 7627335. OLE color: 7627335.

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

Color convert

RGB 71 98 116 -
CMYK 0.39 0.16 0 0.55
HSL 204º 0.24% 0.37% -
HSV(B) 204º 0.39% 0.45% -
XYZ 10.12 11.34 18.18 -
YUV 91.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 71 98 116 0.39 0.16 0 0.55 204 0.24 0.37
Hex 47 62 74 27 10 0 37 CC 18 25
Octal 107 142 164 47 20 0 67 314 30 45
Binary 1000111 1100010 1110100 100111 10000 0 110111 11001100 11000 100101

Color Harmonies of #476274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476274

Black with #476274

Text Example


Text Example

White with #476274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476274; }

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

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

background-color css

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

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

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

border-color css

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

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

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