Html Css Color HEX #416271 Bismark

📋 copy color: '#416271'

red 65 ◦ green 98 ◦ blue 113

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

Shades of Bismark #416271

Tints of Bismark #416271

RGB

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

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

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

R = 23.55%
G = 35.51%
B = 40.94%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#416271 (or 0x416271) is known color: Bismark. HEX triplet: 41, 62 and 71. RGB value is (65,98,113). Sum of RGB (Red+Green+Blue) = 65+98+113=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #416271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416271 is #BE9D8E. Grayscale: #595959. Windows color (decimal): -12492175 or 7430721. OLE color: 7430721.

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

Color convert

RGB 65 98 113 -
CMYK 0.42 0.13 0 0.56
HSL 198.75º 0.27% 0.35% -
HSV(B) 198.75º 0.42% 0.44% -
XYZ 9.53 11.05 17.25 -
YUV 89.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 65 98 113 0.42 0.13 0 0.56 198.75 0.27 0.35
Hex 41 62 71 2A D 0 38 C7 1B 23
Octal 101 142 161 52 15 0 70 307 33 43
Binary 1000001 1100010 1110001 101010 1101 0 111000 11000111 11011 100011

Color Harmonies of #416271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416271

Black with #416271

Text Example


Text Example

White with #416271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416271; }

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

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

background-color css

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

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

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

border-color css

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

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

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