Html Css Color HEX #426E80 Bismark

📋 copy color: '#426E80'

red 66 ◦ green 110 ◦ blue 128

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

Shades of Bismark #426E80

Tints of Bismark #426E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 21.71%
G = 36.18%
B = 42.11%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#426E80 (or 0x426E80) is known color: Bismark. HEX triplet: 42, 6E and 80. RGB value is (66,110,128). Sum of RGB (Red+Green+Blue) = 66+110+128=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #426E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E80 is #BD917F. Grayscale: #626262. Windows color (decimal): -12423552 or 8416834. OLE color: 8416834.

HSL color Cylindrical-coordinate representation of color #426E80: hue angle of 197.42º 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 #426E80 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 110 128 -
CMYK 0.48 0.14 0 0.50
HSL 197.42º 0.32% 0.38% -
HSV(B) 197.42º 0.48% 0.5% -
XYZ 11.72 13.87 22.48 -
YUV 98.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 66 110 128 0.48 0.14 0 0.50 197.42 0.32 0.38
Hex 42 6E 80 30 E 0 32 C5 20 26
Octal 102 156 200 60 16 0 62 305 40 46
Binary 1000010 1101110 10000000 110000 1110 0 110010 11000101 100000 100110

Color Harmonies of #426E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E80

Black with #426E80

Text Example


Text Example

White with #426E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426E80; }

 p { color: rgb(66,110,128); }

 H1.HeaderClassName
 {
   color: #426E80;
 }
 .AnyTagClassName
 {
   color: #426E80;
 }
</style>

background-color css

<style>
 a { background-color: #426E80; }

 a { background-color: rgb(66,110,128); }

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

border-color css

<style>
 span { border-color: #426E80; }

 span { border-color: rgb(66,110,128); }

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