Html Css Color HEX #40677C Bismark

📋 copy color: '#40677C'

red 64 ◦ green 103 ◦ blue 124

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

Shades of Bismark #40677C

Tints of Bismark #40677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

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

R = 21.99%
G = 35.4%
B = 42.61%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40677C (or 0x40677C) is known color: Bismark. HEX triplet: 40, 67 and 7C. RGB value is (64,103,124). Sum of RGB (Red+Green+Blue) = 64+103+124=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #40677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40677C is #BF9883. Grayscale: #5D5D5D. Windows color (decimal): -12556420 or 8152896. OLE color: 8152896.

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

Color convert

RGB 64 103 124 -
CMYK 0.48 0.17 0 0.51
HSL 201º 0.32% 0.37% -
HSV(B) 201º 0.48% 0.49% -
XYZ 10.6 12.25 20.87 -
YUV 93.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 64 103 124 0.48 0.17 0 0.51 201 0.32 0.37
Hex 40 67 7C 30 11 0 33 C9 20 25
Octal 100 147 174 60 21 0 63 311 40 45
Binary 1000000 1100111 1111100 110000 10001 0 110011 11001001 100000 100101

Color Harmonies of #40677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40677C

Black with #40677C

Text Example


Text Example

White with #40677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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