Html Css Color HEX #406C75 Bismark

📋 copy color: '#406C75'

red 64 ◦ green 108 ◦ blue 117

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

Shades of Bismark #406C75

Tints of Bismark #406C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.37%

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

R = 22.15%
G = 37.37%
B = 40.48%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406C75 (or 0x406C75) is known color: Bismark. HEX triplet: 40, 6C and 75. RGB value is (64,108,117). Sum of RGB (Red+Green+Blue) = 64+108+117=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #406C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C75 is #BF938A. Grayscale: #5F5F5F. Windows color (decimal): -12555147 or 7695424. OLE color: 7695424.

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

Color convert

RGB 64 108 117 -
CMYK 0.45 0.08 0 0.54
HSL 190.19º 0.29% 0.35% -
HSV(B) 190.19º 0.45% 0.46% -
XYZ 10.69 13.1 18.79 -
YUV 95.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 64 108 117 0.45 0.08 0 0.54 190.19 0.29 0.35
Hex 40 6C 75 2D 8 0 36 BE 1D 23
Octal 100 154 165 55 10 0 66 276 35 43
Binary 1000000 1101100 1110101 101101 1000 0 110110 10111110 11101 100011

Color Harmonies of #406C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C75

Black with #406C75

Text Example


Text Example

White with #406C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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