Html Css Color HEX #42697D Bismark

📋 copy color: '#42697D'

red 66 ◦ green 105 ◦ blue 125

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

Shades of Bismark #42697D

Tints of Bismark #42697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.47%

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

R = 22.3%
G = 35.47%
B = 42.23%

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

#42697D (or 0x42697D) is known color: Bismark. HEX triplet: 42, 69 and 7D. RGB value is (66,105,125). Sum of RGB (Red+Green+Blue) = 66+105+125=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #42697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42697D is #BD9682. Grayscale: #5F5F5F. Windows color (decimal): -12424835 or 8218946. OLE color: 8218946.

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

Color convert

RGB 66 105 125 -
CMYK 0.47 0.16 0 0.51
HSL 200.34º 0.31% 0.37% -
HSV(B) 200.34º 0.47% 0.49% -
XYZ 11 12.74 21.28 -
YUV 95.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 66 105 125 0.47 0.16 0 0.51 200.34 0.31 0.37
Hex 42 69 7D 2F 10 0 33 C8 1F 25
Octal 102 151 175 57 20 0 63 310 37 45
Binary 1000010 1101001 1111101 101111 10000 0 110011 11001000 11111 100101

Color Harmonies of #42697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42697D

Black with #42697D

Text Example


Text Example

White with #42697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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