Html Css Color HEX #42707F Bismark

📋 copy color: '#42707F'

red 66 ◦ green 112 ◦ blue 127

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

Shades of Bismark #42707F

Tints of Bismark #42707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 21.64%
G = 36.72%
B = 41.64%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42707F (or 0x42707F) is known color: Bismark. HEX triplet: 42, 70 and 7F. RGB value is (66,112,127). Sum of RGB (Red+Green+Blue) = 66+112+127=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #42707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42707F is #BD8F80. Grayscale: #636363. Windows color (decimal): -12423041 or 8351810. OLE color: 8351810.

HSL color Cylindrical-coordinate representation of color #42707F: hue angle of 194.75º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42707F is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 112 127 -
CMYK 0.48 0.12 0 0.50
HSL 194.75º 0.32% 0.38% -
HSV(B) 194.75º 0.48% 0.5% -
XYZ 11.87 14.28 22.21 -
YUV 99.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 66 112 127 0.48 0.12 0 0.50 194.75 0.32 0.38
Hex 42 70 7F 30 C 0 32 C3 20 26
Octal 102 160 177 60 14 0 62 303 40 46
Binary 1000010 1110000 1111111 110000 1100 0 110010 11000011 100000 100110

Color Harmonies of #42707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42707F

Black with #42707F

Text Example


Text Example

White with #42707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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