Html Css Color HEX #416474 Bismark

📋 copy color: '#416474'

red 65 ◦ green 100 ◦ blue 116

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

Shades of Bismark #416474

Tints of Bismark #416474

RGB

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

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

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

R = 23.13%
G = 35.59%
B = 41.28%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416474 (or 0x416474) is known color: Bismark. HEX triplet: 41, 64 and 74. RGB value is (65,100,116). Sum of RGB (Red+Green+Blue) = 65+100+116=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #416474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416474 is #BE9B8B. Grayscale: #5B5B5B. Windows color (decimal): -12491660 or 7627841. OLE color: 7627841.

HSL color Cylindrical-coordinate representation of color #416474: hue angle of 198.82º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #416474 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 100 116 -
CMYK 0.44 0.14 0 0.55
HSL 198.82º 0.28% 0.35% -
HSV(B) 198.82º 0.44% 0.45% -
XYZ 9.89 11.5 18.22 -
YUV 91.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 65 100 116 0.44 0.14 0 0.55 198.82 0.28 0.35
Hex 41 64 74 2C E 0 37 C7 1C 23
Octal 101 144 164 54 16 0 67 307 34 43
Binary 1000001 1100100 1110100 101100 1110 0 110111 11000111 11100 100011

Color Harmonies of #416474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416474

Black with #416474

Text Example


Text Example

White with #416474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416474; }

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

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

background-color css

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

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

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

border-color css

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

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

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