Html Css Color HEX #416376 Bismark

📋 copy color: '#416376'

red 65 ◦ green 99 ◦ blue 118

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

Shades of Bismark #416376

Tints of Bismark #416376

RGB

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

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

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

R = 23.05%
G = 35.11%
B = 41.84%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#416376 (or 0x416376) is known color: Bismark. HEX triplet: 41, 63 and 76. RGB value is (65,99,118). Sum of RGB (Red+Green+Blue) = 65+99+118=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #416376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416376 is #BE9C89. Grayscale: #5A5A5A. Windows color (decimal): -12491914 or 7758657. OLE color: 7758657.

HSL color Cylindrical-coordinate representation of color #416376: hue angle of 201.51º 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 #416376 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 99 118 -
CMYK 0.45 0.16 0 0.54
HSL 201.51º 0.29% 0.36% -
HSV(B) 201.51º 0.45% 0.46% -
XYZ 9.91 11.36 18.81 -
YUV 91 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 65 99 118 0.45 0.16 0 0.54 201.51 0.29 0.36
Hex 41 63 76 2D 10 0 36 CA 1D 24
Octal 101 143 166 55 20 0 66 312 35 44
Binary 1000001 1100011 1110110 101101 10000 0 110110 11001010 11101 100100

Color Harmonies of #416376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416376

Black with #416376

Text Example


Text Example

White with #416376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416376; }

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

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

background-color css

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

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

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

border-color css

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

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

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