Html Css Color HEX #42687C Bismark

📋 copy color: '#42687C'

red 66 ◦ green 104 ◦ blue 124

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

Shades of Bismark #42687C

Tints of Bismark #42687C

RGB

 RED value IS 66 (26.17% from 255) = 22.45%

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

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

R = 22.45%
G = 35.37%
B = 42.18%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42687C (or 0x42687C) is known color: Bismark. HEX triplet: 42, 68 and 7C. RGB value is (66,104,124). Sum of RGB (Red+Green+Blue) = 66+104+124=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #42687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42687C is #BD9783. Grayscale: #5E5E5E. Windows color (decimal): -12425092 or 8153154. OLE color: 8153154.

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

Color convert

RGB 66 104 124 -
CMYK 0.47 0.16 0 0.51
HSL 200.69º 0.31% 0.37% -
HSV(B) 200.69º 0.47% 0.49% -
XYZ 10.84 12.51 20.91 -
YUV 94.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 66 104 124 0.47 0.16 0 0.51 200.69 0.31 0.37
Hex 42 68 7C 2F 10 0 33 C9 1F 25
Octal 102 150 174 57 20 0 63 311 37 45
Binary 1000010 1101000 1111100 101111 10000 0 110011 11001001 11111 100101

Color Harmonies of #42687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42687C

Black with #42687C

Text Example


Text Example

White with #42687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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