Html Css Color HEX #42707C Bismark

📋 copy color: '#42707C'

red 66 ◦ green 112 ◦ blue 124

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

Shades of Bismark #42707C

Tints of Bismark #42707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

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

R = 21.85%
G = 37.09%
B = 41.06%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42707C (or 0x42707C) is known color: Bismark. HEX triplet: 42, 70 and 7C. RGB value is (66,112,124). Sum of RGB (Red+Green+Blue) = 66+112+124=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #42707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42707C is #BD8F83. Grayscale: #636363. Windows color (decimal): -12423044 or 8155202. OLE color: 8155202.

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

Color convert

RGB 66 112 124 -
CMYK 0.47 0.10 0 0.51
HSL 192.41º 0.31% 0.37% -
HSV(B) 192.41º 0.47% 0.49% -
XYZ 11.68 14.2 21.19 -
YUV 99.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 66 112 124 0.47 0.10 0 0.51 192.41 0.31 0.37
Hex 42 70 7C 2F A 0 33 C0 1F 25
Octal 102 160 174 57 12 0 63 300 37 45
Binary 1000010 1110000 1111100 101111 1010 0 110011 11000000 11111 100101

Color Harmonies of #42707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42707C

Black with #42707C

Text Example


Text Example

White with #42707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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