Html Css Color HEX #416372 Bismark

📋 copy color: '#416372'

red 65 ◦ green 99 ◦ blue 114

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

Shades of Bismark #416372

Tints of Bismark #416372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.01%

R = 23.38%
G = 35.61%
B = 41.01%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416372 (or 0x416372) is known color: Bismark. HEX triplet: 41, 63 and 72. RGB value is (65,99,114). Sum of RGB (Red+Green+Blue) = 65+99+114=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #416372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416372 is #BE9C8D. Grayscale: #5A5A5A. Windows color (decimal): -12491918 or 7496513. OLE color: 7496513.

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

Color convert

RGB 65 99 114 -
CMYK 0.43 0.13 0 0.55
HSL 198.37º 0.27% 0.35% -
HSV(B) 198.37º 0.43% 0.45% -
XYZ 9.68 11.26 17.58 -
YUV 90.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 65 99 114 0.43 0.13 0 0.55 198.37 0.27 0.35
Hex 41 63 72 2B D 0 37 C6 1B 23
Octal 101 143 162 53 15 0 67 306 33 43
Binary 1000001 1100011 1110010 101011 1101 0 110111 11000110 11011 100011

Color Harmonies of #416372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416372

Black with #416372

Text Example


Text Example

White with #416372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416372; }

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

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

background-color css

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

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

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

border-color css

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

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

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