Html Css Color HEX #406270 Bismark

📋 copy color: '#406270'

red 64 ◦ green 98 ◦ blue 112

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

Shades of Bismark #406270

Tints of Bismark #406270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 23.36%
G = 35.77%
B = 40.88%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406270 (or 0x406270) is known color: Bismark. HEX triplet: 40, 62 and 70. RGB value is (64,98,112). Sum of RGB (Red+Green+Blue) = 64+98+112=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #406270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406270 is #BF9D8F. Grayscale: #595959. Windows color (decimal): -12557712 or 7365184. OLE color: 7365184.

HSL color Cylindrical-coordinate representation of color #406270: hue angle of 197.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406270 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 98 112 -
CMYK 0.43 0.13 0 0.56
HSL 197.5º 0.27% 0.35% -
HSV(B) 197.5º 0.43% 0.44% -
XYZ 9.41 11 16.96 -
YUV 89.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 64 98 112 0.43 0.13 0 0.56 197.5 0.27 0.35
Hex 40 62 70 2B D 0 38 C6 1B 23
Octal 100 142 160 53 15 0 70 306 33 43
Binary 1000000 1100010 1110000 101011 1101 0 111000 11000110 11011 100011

Color Harmonies of #406270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406270

Black with #406270

Text Example


Text Example

White with #406270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406270; }

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

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

background-color css

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

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

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

border-color css

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

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

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