Html Css Color HEX #426E78 Bismark

📋 copy color: '#426E78'

red 66 ◦ green 110 ◦ blue 120

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

Shades of Bismark #426E78

Tints of Bismark #426E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 22.3%
G = 37.16%
B = 40.54%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426E78 (or 0x426E78) is known color: Bismark. HEX triplet: 42, 6E and 78. RGB value is (66,110,120). Sum of RGB (Red+Green+Blue) = 66+110+120=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #426E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E78 is #BD9187. Grayscale: #616161. Windows color (decimal): -12423560 or 7892546. OLE color: 7892546.

HSL color Cylindrical-coordinate representation of color #426E78: hue angle of 191.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426E78 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 110 120 -
CMYK 0.45 0.08 0 0.53
HSL 191.11º 0.29% 0.36% -
HSV(B) 191.11º 0.45% 0.47% -
XYZ 11.21 13.67 19.82 -
YUV 97.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 66 110 120 0.45 0.08 0 0.53 191.11 0.29 0.36
Hex 42 6E 78 2D 8 0 35 BF 1D 24
Octal 102 156 170 55 10 0 65 277 35 44
Binary 1000010 1101110 1111000 101101 1000 0 110101 10111111 11101 100100

Color Harmonies of #426E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E78

Black with #426E78

Text Example


Text Example

White with #426E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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