Html Css Color HEX #426171 Bismark

📋 copy color: '#426171'

red 66 ◦ green 97 ◦ blue 113

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

Shades of Bismark #426171

Tints of Bismark #426171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 23.91%
G = 35.14%
B = 40.94%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426171 (or 0x426171) is known color: Bismark. HEX triplet: 42, 61 and 71. RGB value is (66,97,113). Sum of RGB (Red+Green+Blue) = 66+97+113=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #426171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426171 is #BD9E8E. Grayscale: #595959. Windows color (decimal): -12426895 or 7430466. OLE color: 7430466.

HSL color Cylindrical-coordinate representation of color #426171: hue angle of 200.43º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426171 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 97 113 -
CMYK 0.42 0.14 0 0.56
HSL 200.43º 0.26% 0.35% -
HSV(B) 200.43º 0.42% 0.44% -
XYZ 9.5 10.9 17.23 -
YUV 89.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 66 97 113 0.42 0.14 0 0.56 200.43 0.26 0.35
Hex 42 61 71 2A E 0 38 C8 1A 23
Octal 102 141 161 52 16 0 70 310 32 43
Binary 1000010 1100001 1110001 101010 1110 0 111000 11001000 11010 100011

Color Harmonies of #426171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426171

Black with #426171

Text Example


Text Example

White with #426171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426171; }

 p { color: rgb(66,97,113); }

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

background-color css

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

 a { background-color: rgb(66,97,113); }

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

border-color css

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

 span { border-color: rgb(66,97,113); }

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