Html Css Color HEX #42737E Bismark

📋 copy color: '#42737E'

red 66 ◦ green 115 ◦ blue 126

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

Shades of Bismark #42737E

Tints of Bismark #42737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 21.5%
G = 37.46%
B = 41.04%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42737E (or 0x42737E) is known color: Bismark. HEX triplet: 42, 73 and 7E. RGB value is (66,115,126). Sum of RGB (Red+Green+Blue) = 66+115+126=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #42737E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42737E is #BD8C81. Grayscale: #656565. Windows color (decimal): -12422274 or 8287042. OLE color: 8287042.

HSL color Cylindrical-coordinate representation of color #42737E: hue angle of 191º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42737E is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 115 126 -
CMYK 0.48 0.09 0 0.51
HSL 191º 0.31% 0.38% -
HSV(B) 191º 0.48% 0.49% -
XYZ 12.14 14.93 21.98 -
YUV 101.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 66 115 126 0.48 0.09 0 0.51 191 0.31 0.38
Hex 42 73 7E 30 9 0 33 BF 1F 26
Octal 102 163 176 60 11 0 63 277 37 46
Binary 1000010 1110011 1111110 110000 1001 0 110011 10111111 11111 100110

Color Harmonies of #42737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42737E

Black with #42737E

Text Example


Text Example

White with #42737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42737E; }

 p { color: rgb(66,115,126); }

 H1.HeaderClassName
 {
   color: #42737E;
 }
 .AnyTagClassName
 {
   color: #42737E;
 }
</style>

background-color css

<style>
 a { background-color: #42737E; }

 a { background-color: rgb(66,115,126); }

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

border-color css

<style>
 span { border-color: #42737E; }

 span { border-color: rgb(66,115,126); }

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