Html Css Color HEX #406475 Bismark

📋 copy color: '#406475'

red 64 ◦ green 100 ◦ blue 117

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

Shades of Bismark #406475

Tints of Bismark #406475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 22.78%
G = 35.59%
B = 41.64%

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

#406475 (or 0x406475) is known color: Bismark. HEX triplet: 40, 64 and 75. RGB value is (64,100,117). Sum of RGB (Red+Green+Blue) = 64+100+117=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #406475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406475 is #BF9B8A. Grayscale: #5B5B5B. Windows color (decimal): -12557195 or 7693376. OLE color: 7693376.

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

Color convert

RGB 64 100 117 -
CMYK 0.45 0.15 0 0.54
HSL 199.25º 0.29% 0.35% -
HSV(B) 199.25º 0.45% 0.46% -
XYZ 9.88 11.49 18.53 -
YUV 91.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 64 100 117 0.45 0.15 0 0.54 199.25 0.29 0.35
Hex 40 64 75 2D F 0 36 C7 1D 23
Octal 100 144 165 55 17 0 66 307 35 43
Binary 1000000 1100100 1110101 101101 1111 0 110110 11000111 11101 100011

Color Harmonies of #406475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406475

Black with #406475

Text Example


Text Example

White with #406475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406475; }

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

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

background-color css

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

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

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

border-color css

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

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

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