Html Css Color HEX #416471 Bismark

📋 copy color: '#416471'

red 65 ◦ green 100 ◦ blue 113

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

Shades of Bismark #416471

Tints of Bismark #416471

RGB

 RED value IS 65 (25.78% from 255) = 23.38%

 GREEN value IS 100 (39.45% from 255) = 35.97%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 23.38%
G = 35.97%
B = 40.65%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#416471 (or 0x416471) is known color: Bismark. HEX triplet: 41, 64 and 71. RGB value is (65,100,113). Sum of RGB (Red+Green+Blue) = 65+100+113=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #416471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416471 is #BE9B8E. Grayscale: #5A5A5A. Windows color (decimal): -12491663 or 7431233. OLE color: 7431233.

HSL color Cylindrical-coordinate representation of color #416471: hue angle of 196.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #416471 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 100 113 -
CMYK 0.42 0.12 0 0.56
HSL 196.25º 0.27% 0.35% -
HSV(B) 196.25º 0.42% 0.44% -
XYZ 9.72 11.43 17.32 -
YUV 91.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 65 100 113 0.42 0.12 0 0.56 196.25 0.27 0.35
Hex 41 64 71 2A C 0 38 C4 1B 23
Octal 101 144 161 52 14 0 70 304 33 43
Binary 1000001 1100100 1110001 101010 1100 0 111000 11000100 11011 100011

Color Harmonies of #416471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416471

Black with #416471

Text Example


Text Example

White with #416471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416471; }

 p { color: rgb(65,100,113); }

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

background-color css

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

 a { background-color: rgb(65,100,113); }

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

border-color css

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

 span { border-color: rgb(65,100,113); }

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