Html Css Color HEX #406374 Bismark

📋 copy color: '#406374'

red 64 ◦ green 99 ◦ blue 116

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

Shades of Bismark #406374

Tints of Bismark #406374

RGB

 RED value IS 64 (25.39% from 255) = 22.94%

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

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

R = 22.94%
G = 35.48%
B = 41.58%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406374 (or 0x406374) is known color: Bismark. HEX triplet: 40, 63 and 74. RGB value is (64,99,116). Sum of RGB (Red+Green+Blue) = 64+99+116=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #406374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406374 is #BF9C8B. Grayscale: #5A5A5A. Windows color (decimal): -12557452 or 7627584. OLE color: 7627584.

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

Color convert

RGB 64 99 116 -
CMYK 0.45 0.15 0 0.55
HSL 199.62º 0.29% 0.35% -
HSV(B) 199.62º 0.45% 0.45% -
XYZ 9.73 11.27 18.19 -
YUV 90.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 64 99 116 0.45 0.15 0 0.55 199.62 0.29 0.35
Hex 40 63 74 2D F 0 37 C8 1D 23
Octal 100 143 164 55 17 0 67 310 35 43
Binary 1000000 1100011 1110100 101101 1111 0 110111 11001000 11101 100011

Color Harmonies of #406374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406374

Black with #406374

Text Example


Text Example

White with #406374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406374; }

 p { color: rgb(64,99,116); }

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

background-color css

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

 a { background-color: rgb(64,99,116); }

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

border-color css

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

 span { border-color: rgb(64,99,116); }

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