Html Css Color HEX #406B74 Bismark

📋 copy color: '#406B74'

red 64 ◦ green 107 ◦ blue 116

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

Shades of Bismark #406B74

Tints of Bismark #406B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.28%

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

R = 22.3%
G = 37.28%
B = 40.42%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406B74 (or 0x406B74) is known color: Bismark. HEX triplet: 40, 6B and 74. RGB value is (64,107,116). Sum of RGB (Red+Green+Blue) = 64+107+116=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #406B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B74 is #BF948B. Grayscale: #5F5F5F. Windows color (decimal): -12555404 or 7629632. OLE color: 7629632.

HSL color Cylindrical-coordinate representation of color #406B74: hue angle of 190.38º 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 #406B74 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 107 116 -
CMYK 0.45 0.08 0 0.55
HSL 190.38º 0.29% 0.35% -
HSV(B) 190.38º 0.45% 0.45% -
XYZ 10.52 12.87 18.45 -
YUV 95.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 64 107 116 0.45 0.08 0 0.55 190.38 0.29 0.35
Hex 40 6B 74 2D 8 0 37 BE 1D 23
Octal 100 153 164 55 10 0 67 276 35 43
Binary 1000000 1101011 1110100 101101 1000 0 110111 10111110 11101 100011

Color Harmonies of #406B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B74

Black with #406B74

Text Example


Text Example

White with #406B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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