Html Css Color HEX #416976 Bismark

📋 copy color: '#416976'

red 65 ◦ green 105 ◦ blue 118

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

Shades of Bismark #416976

Tints of Bismark #416976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 22.57%
G = 36.46%
B = 40.97%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#416976 (or 0x416976) is known color: Bismark. HEX triplet: 41, 69 and 76. RGB value is (65,105,118). Sum of RGB (Red+Green+Blue) = 65+105+118=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #416976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416976 is #BE9689. Grayscale: #5E5E5E. Windows color (decimal): -12490378 or 7760193. OLE color: 7760193.

HSL color Cylindrical-coordinate representation of color #416976: hue angle of 194.72º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416976 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 105 118 -
CMYK 0.45 0.11 0 0.54
HSL 194.72º 0.29% 0.36% -
HSV(B) 194.72º 0.45% 0.46% -
XYZ 10.5 12.53 19.01 -
YUV 94.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 65 105 118 0.45 0.11 0 0.54 194.72 0.29 0.36
Hex 41 69 76 2D B 0 36 C3 1D 24
Octal 101 151 166 55 13 0 66 303 35 44
Binary 1000001 1101001 1110110 101101 1011 0 110110 11000011 11101 100100

Color Harmonies of #416976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416976

Black with #416976

Text Example


Text Example

White with #416976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416976; }

 p { color: rgb(65,105,118); }

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

background-color css

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

 a { background-color: rgb(65,105,118); }

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

border-color css

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

 span { border-color: rgb(65,105,118); }

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