Html Css Color HEX #40707F Bismark

📋 copy color: '#40707F'

red 64 ◦ green 112 ◦ blue 127

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

Shades of Bismark #40707F

Tints of Bismark #40707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 127 (50% from 255) = 41.91%

R = 21.12%
G = 36.96%
B = 41.91%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40707F (or 0x40707F) is known color: Bismark. HEX triplet: 40, 70 and 7F. RGB value is (64,112,127). Sum of RGB (Red+Green+Blue) = 64+112+127=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #40707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40707F is #BF8F80. Grayscale: #636363. Windows color (decimal): -12554113 or 8351808. OLE color: 8351808.

HSL color Cylindrical-coordinate representation of color #40707F: hue angle of 194.29º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40707F is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 112 127 -
CMYK 0.50 0.12 0 0.50
HSL 194.29º 0.33% 0.37% -
HSV(B) 194.29º 0.5% 0.5% -
XYZ 11.74 14.21 22.2 -
YUV 99.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 64 112 127 0.50 0.12 0 0.50 194.29 0.33 0.37
Hex 40 70 7F 32 C 0 32 C2 21 25
Octal 100 160 177 62 14 0 62 302 41 45
Binary 1000000 1110000 1111111 110010 1100 0 110010 11000010 100001 100101

Color Harmonies of #40707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40707F

Black with #40707F

Text Example


Text Example

White with #40707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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