Html Css Color HEX #40707A Bismark

📋 copy color: '#40707A'

red 64 ◦ green 112 ◦ blue 122

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

Shades of Bismark #40707A

Tints of Bismark #40707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 21.48%
G = 37.58%
B = 40.94%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40707A (or 0x40707A) is known color: Bismark. HEX triplet: 40, 70 and 7A. RGB value is (64,112,122). Sum of RGB (Red+Green+Blue) = 64+112+122=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #40707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40707A is #BF8F85. Grayscale: #626262. Windows color (decimal): -12554118 or 8024128. OLE color: 8024128.

HSL color Cylindrical-coordinate representation of color #40707A: hue angle of 190.34º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40707A is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 112 122 -
CMYK 0.48 0.08 0 0.52
HSL 190.34º 0.31% 0.36% -
HSV(B) 190.34º 0.48% 0.48% -
XYZ 11.42 14.08 20.53 -
YUV 98.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 64 112 122 0.48 0.08 0 0.52 190.34 0.31 0.36
Hex 40 70 7A 30 8 0 34 BE 1F 24
Octal 100 160 172 60 10 0 64 276 37 44
Binary 1000000 1110000 1111010 110000 1000 0 110100 10111110 11111 100100

Color Harmonies of #40707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40707A

Black with #40707A

Text Example


Text Example

White with #40707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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