Html Css Color HEX #426877 Bismark

📋 copy color: '#426877'

red 66 ◦ green 104 ◦ blue 119

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

Shades of Bismark #426877

Tints of Bismark #426877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 22.84%
G = 35.99%
B = 41.18%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426877 (or 0x426877) is known color: Bismark. HEX triplet: 42, 68 and 77. RGB value is (66,104,119). Sum of RGB (Red+Green+Blue) = 66+104+119=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #426877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426877 is #BD9788. Grayscale: #5E5E5E. Windows color (decimal): -12425097 or 7825474. OLE color: 7825474.

HSL color Cylindrical-coordinate representation of color #426877: hue angle of 196.98º 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 #426877 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 104 119 -
CMYK 0.45 0.13 0 0.53
HSL 196.98º 0.29% 0.36% -
HSV(B) 196.98º 0.45% 0.47% -
XYZ 10.53 12.39 19.29 -
YUV 94.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 66 104 119 0.45 0.13 0 0.53 196.98 0.29 0.36
Hex 42 68 77 2D D 0 35 C5 1D 24
Octal 102 150 167 55 15 0 65 305 35 44
Binary 1000010 1101000 1110111 101101 1101 0 110101 11000101 11101 100100

Color Harmonies of #426877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426877

Black with #426877

Text Example


Text Example

White with #426877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426877; }

 p { color: rgb(66,104,119); }

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

background-color css

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

 a { background-color: rgb(66,104,119); }

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

border-color css

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

 span { border-color: rgb(66,104,119); }

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