Html Css Color HEX #426A77 Bismark

📋 copy color: '#426A77'

red 66 ◦ green 106 ◦ blue 119

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

Shades of Bismark #426A77

Tints of Bismark #426A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.43%

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

R = 22.68%
G = 36.43%
B = 40.89%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426A77 (or 0x426A77) is known color: Bismark. HEX triplet: 42, 6A and 77. RGB value is (66,106,119). Sum of RGB (Red+Green+Blue) = 66+106+119=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #426A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A77 is #BD9588. Grayscale: #5F5F5F. Windows color (decimal): -12424585 or 7825986. OLE color: 7825986.

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

Color convert

RGB 66 106 119 -
CMYK 0.45 0.11 0 0.53
HSL 194.72º 0.29% 0.36% -
HSV(B) 194.72º 0.45% 0.47% -
XYZ 10.73 12.8 19.36 -
YUV 95.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 66 106 119 0.45 0.11 0 0.53 194.72 0.29 0.36
Hex 42 6A 77 2D B 0 35 C3 1D 24
Octal 102 152 167 55 13 0 65 303 35 44
Binary 1000010 1101010 1110111 101101 1011 0 110101 11000011 11101 100100

Color Harmonies of #426A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A77

Black with #426A77

Text Example


Text Example

White with #426A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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