Html Css Color HEX #42687D Bismark

📋 copy color: '#42687D'

red 66 ◦ green 104 ◦ blue 125

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

Shades of Bismark #42687D

Tints of Bismark #42687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 22.37%
G = 35.25%
B = 42.37%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42687D (or 0x42687D) is known color: Bismark. HEX triplet: 42, 68 and 7D. RGB value is (66,104,125). Sum of RGB (Red+Green+Blue) = 66+104+125=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #42687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42687D is #BD9782. Grayscale: #5E5E5E. Windows color (decimal): -12425091 or 8218690. OLE color: 8218690.

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

Color convert

RGB 66 104 125 -
CMYK 0.47 0.17 0 0.51
HSL 201.36º 0.31% 0.37% -
HSV(B) 201.36º 0.47% 0.49% -
XYZ 10.9 12.54 21.25 -
YUV 95.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 66 104 125 0.47 0.17 0 0.51 201.36 0.31 0.37
Hex 42 68 7D 2F 11 0 33 C9 1F 25
Octal 102 150 175 57 21 0 63 311 37 45
Binary 1000010 1101000 1111101 101111 10001 0 110011 11001001 11111 100101

Color Harmonies of #42687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42687D

Black with #42687D

Text Example


Text Example

White with #42687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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