Html Css Color HEX #406275 Bismark

📋 copy color: '#406275'

red 64 ◦ green 98 ◦ blue 117

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

Shades of Bismark #406275

Tints of Bismark #406275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 22.94%
G = 35.13%
B = 41.94%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406275 (or 0x406275) is known color: Bismark. HEX triplet: 40, 62 and 75. RGB value is (64,98,117). Sum of RGB (Red+Green+Blue) = 64+98+117=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #406275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406275 is #BF9D8A. Grayscale: #595959. Windows color (decimal): -12557707 or 7692864. OLE color: 7692864.

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

Color convert

RGB 64 98 117 -
CMYK 0.45 0.16 0 0.54
HSL 201.51º 0.29% 0.35% -
HSV(B) 201.51º 0.45% 0.46% -
XYZ 9.69 11.11 18.46 -
YUV 90 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 64 98 117 0.45 0.16 0 0.54 201.51 0.29 0.35
Hex 40 62 75 2D 10 0 36 CA 1D 23
Octal 100 142 165 55 20 0 66 312 35 43
Binary 1000000 1100010 1110101 101101 10000 0 110110 11001010 11101 100011

Color Harmonies of #406275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406275

Black with #406275

Text Example


Text Example

White with #406275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406275; }

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

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

background-color css

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

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

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

border-color css

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

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

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