Html Css Color HEX #40687C Bismark

📋 copy color: '#40687C'

red 64 ◦ green 104 ◦ blue 124

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

Shades of Bismark #40687C

Tints of Bismark #40687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.62%

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

R = 21.92%
G = 35.62%
B = 42.47%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40687C (or 0x40687C) is known color: Bismark. HEX triplet: 40, 68 and 7C. RGB value is (64,104,124). Sum of RGB (Red+Green+Blue) = 64+104+124=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #40687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40687C is #BF9783. Grayscale: #5E5E5E. Windows color (decimal): -12556164 or 8153152. OLE color: 8153152.

HSL color Cylindrical-coordinate representation of color #40687C: hue angle of 200º 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 #40687C is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 104 124 -
CMYK 0.48 0.16 0 0.51
HSL 200º 0.32% 0.37% -
HSV(B) 200º 0.48% 0.49% -
XYZ 10.7 12.45 20.91 -
YUV 94.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 64 104 124 0.48 0.16 0 0.51 200 0.32 0.37
Hex 40 68 7C 30 10 0 33 C8 20 25
Octal 100 150 174 60 20 0 63 310 40 45
Binary 1000000 1101000 1111100 110000 10000 0 110011 11001000 100000 100101

Color Harmonies of #40687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40687C

Black with #40687C

Text Example


Text Example

White with #40687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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