Html Css Color HEX #42697C Bismark

📋 copy color: '#42697C'

red 66 ◦ green 105 ◦ blue 124

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

Shades of Bismark #42697C

Tints of Bismark #42697C

RGB

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

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

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

R = 22.37%
G = 35.59%
B = 42.03%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42697C (or 0x42697C) is known color: Bismark. HEX triplet: 42, 69 and 7C. RGB value is (66,105,124). Sum of RGB (Red+Green+Blue) = 66+105+124=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #42697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42697C is #BD9683. Grayscale: #5F5F5F. Windows color (decimal): -12424836 or 8153410. OLE color: 8153410.

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

Color convert

RGB 66 105 124 -
CMYK 0.47 0.15 0 0.51
HSL 199.66º 0.31% 0.37% -
HSV(B) 199.66º 0.47% 0.49% -
XYZ 10.94 12.72 20.95 -
YUV 95.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 66 105 124 0.47 0.15 0 0.51 199.66 0.31 0.37
Hex 42 69 7C 2F F 0 33 C8 1F 25
Octal 102 151 174 57 17 0 63 310 37 45
Binary 1000010 1101001 1111100 101111 1111 0 110011 11001000 11111 100101

Color Harmonies of #42697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42697C

Black with #42697C

Text Example


Text Example

White with #42697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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