Html Css Color HEX #40707C Bismark

📋 copy color: '#40707C'

red 64 ◦ green 112 ◦ blue 124

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

Shades of Bismark #40707C

Tints of Bismark #40707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 21.33%
G = 37.33%
B = 41.33%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40707C (or 0x40707C) is known color: Bismark. HEX triplet: 40, 70 and 7C. RGB value is (64,112,124). Sum of RGB (Red+Green+Blue) = 64+112+124=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #40707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40707C is #BF8F83. Grayscale: #626262. Windows color (decimal): -12554116 or 8155200. OLE color: 8155200.

HSL color Cylindrical-coordinate representation of color #40707C: hue angle of 192º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40707C is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 112 124 -
CMYK 0.48 0.10 0 0.51
HSL 192º 0.32% 0.37% -
HSV(B) 192º 0.48% 0.49% -
XYZ 11.55 14.13 21.19 -
YUV 99.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 64 112 124 0.48 0.10 0 0.51 192 0.32 0.37
Hex 40 70 7C 30 A 0 33 C0 20 25
Octal 100 160 174 60 12 0 63 300 40 45
Binary 1000000 1110000 1111100 110000 1010 0 110011 11000000 100000 100101

Color Harmonies of #40707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40707C

Black with #40707C

Text Example


Text Example

White with #40707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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