Html Css Color HEX #406375 Bismark

📋 copy color: '#406375'

red 64 ◦ green 99 ◦ blue 117

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

Shades of Bismark #406375

Tints of Bismark #406375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 22.86%
G = 35.36%
B = 41.79%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406375 (or 0x406375) is known color: Bismark. HEX triplet: 40, 63 and 75. RGB value is (64,99,117). Sum of RGB (Red+Green+Blue) = 64+99+117=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #406375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406375 is #BF9C8A. Grayscale: #5A5A5A. Windows color (decimal): -12557451 or 7693120. OLE color: 7693120.

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

Color convert

RGB 64 99 117 -
CMYK 0.45 0.15 0 0.54
HSL 200.38º 0.29% 0.35% -
HSV(B) 200.38º 0.45% 0.46% -
XYZ 9.79 11.3 18.49 -
YUV 90.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 64 99 117 0.45 0.15 0 0.54 200.38 0.29 0.35
Hex 40 63 75 2D F 0 36 C8 1D 23
Octal 100 143 165 55 17 0 66 310 35 43
Binary 1000000 1100011 1110101 101101 1111 0 110110 11001000 11101 100011

Color Harmonies of #406375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406375

Black with #406375

Text Example


Text Example

White with #406375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406375; }

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

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

background-color css

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

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

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

border-color css

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

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

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