Html Css Color HEX #42707E Bismark

📋 copy color: '#42707E'

red 66 ◦ green 112 ◦ blue 126

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

Shades of Bismark #42707E

Tints of Bismark #42707E

RGB

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

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

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

R = 21.71%
G = 36.84%
B = 41.45%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42707E (or 0x42707E) is known color: Bismark. HEX triplet: 42, 70 and 7E. RGB value is (66,112,126). Sum of RGB (Red+Green+Blue) = 66+112+126=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #42707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42707E is #BD8F81. Grayscale: #636363. Windows color (decimal): -12423042 or 8286274. OLE color: 8286274.

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

Color convert

RGB 66 112 126 -
CMYK 0.48 0.11 0 0.51
HSL 194º 0.31% 0.38% -
HSV(B) 194º 0.48% 0.49% -
XYZ 11.81 14.25 21.87 -
YUV 99.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 66 112 126 0.48 0.11 0 0.51 194 0.31 0.38
Hex 42 70 7E 30 B 0 33 C2 1F 26
Octal 102 160 176 60 13 0 63 302 37 46
Binary 1000010 1110000 1111110 110000 1011 0 110011 11000010 11111 100110

Color Harmonies of #42707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42707E

Black with #42707E

Text Example


Text Example

White with #42707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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