Html Css Color HEX #426A76 Bismark

📋 copy color: '#426A76'

red 66 ◦ green 106 ◦ blue 118

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

Shades of Bismark #426A76

Tints of Bismark #426A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.69%

R = 22.76%
G = 36.55%
B = 40.69%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426A76 (or 0x426A76) is known color: Bismark. HEX triplet: 42, 6A and 76. RGB value is (66,106,118). Sum of RGB (Red+Green+Blue) = 66+106+118=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #426A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A76 is #BD9589. Grayscale: #5F5F5F. Windows color (decimal): -12424586 or 7760450. OLE color: 7760450.

HSL color Cylindrical-coordinate representation of color #426A76: hue angle of 193.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426A76 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 106 118 -
CMYK 0.44 0.10 0 0.54
HSL 193.85º 0.28% 0.36% -
HSV(B) 193.85º 0.44% 0.46% -
XYZ 10.67 12.77 19.04 -
YUV 95.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 66 106 118 0.44 0.10 0 0.54 193.85 0.28 0.36
Hex 42 6A 76 2C A 0 36 C2 1C 24
Octal 102 152 166 54 12 0 66 302 34 44
Binary 1000010 1101010 1110110 101100 1010 0 110110 11000010 11100 100100

Color Harmonies of #426A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A76

Black with #426A76

Text Example


Text Example

White with #426A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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