Html Css Color HEX #416371 Bismark

📋 copy color: '#416371'

red 65 ◦ green 99 ◦ blue 113

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

Shades of Bismark #416371

Tints of Bismark #416371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 23.47%
G = 35.74%
B = 40.79%

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

#416371 (or 0x416371) is known color: Bismark. HEX triplet: 41, 63 and 71. RGB value is (65,99,113). Sum of RGB (Red+Green+Blue) = 65+99+113=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #416371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416371 is #BE9C8E. Grayscale: #5A5A5A. Windows color (decimal): -12491919 or 7430977. OLE color: 7430977.

HSL color Cylindrical-coordinate representation of color #416371: hue angle of 197.5º 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 #416371 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 99 113 -
CMYK 0.42 0.12 0 0.56
HSL 197.5º 0.27% 0.35% -
HSV(B) 197.5º 0.42% 0.44% -
XYZ 9.62 11.24 17.29 -
YUV 90.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 65 99 113 0.42 0.12 0 0.56 197.5 0.27 0.35
Hex 41 63 71 2A C 0 38 C6 1B 23
Octal 101 143 161 52 14 0 70 306 33 43
Binary 1000001 1100011 1110001 101010 1100 0 111000 11000110 11011 100011

Color Harmonies of #416371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416371

Black with #416371

Text Example


Text Example

White with #416371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416371; }

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

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

background-color css

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

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

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

border-color css

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

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

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