Html Css Color HEX #42687B Bismark

📋 copy color: '#42687B'

red 66 ◦ green 104 ◦ blue 123

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

Shades of Bismark #42687B

Tints of Bismark #42687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 22.53%
G = 35.49%
B = 41.98%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42687B (or 0x42687B) is known color: Bismark. HEX triplet: 42, 68 and 7B. RGB value is (66,104,123). Sum of RGB (Red+Green+Blue) = 66+104+123=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #42687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42687B is #BD9784. Grayscale: #5E5E5E. Windows color (decimal): -12425093 or 8087618. OLE color: 8087618.

HSL color Cylindrical-coordinate representation of color #42687B: hue angle of 200º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42687B is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 104 123 -
CMYK 0.46 0.15 0 0.52
HSL 200º 0.3% 0.37% -
HSV(B) 200º 0.46% 0.48% -
XYZ 10.77 12.49 20.58 -
YUV 94.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 66 104 123 0.46 0.15 0 0.52 200 0.3 0.37
Hex 42 68 7B 2E F 0 34 C8 1E 25
Octal 102 150 173 56 17 0 64 310 36 45
Binary 1000010 1101000 1111011 101110 1111 0 110100 11001000 11110 100101

Color Harmonies of #42687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42687B

Black with #42687B

Text Example


Text Example

White with #42687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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