Html Css Color HEX #426471 Bismark

📋 copy color: '#426471'

red 66 ◦ green 100 ◦ blue 113

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

Shades of Bismark #426471

Tints of Bismark #426471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 23.66%
G = 35.84%
B = 40.5%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426471 (or 0x426471) is known color: Bismark. HEX triplet: 42, 64 and 71. RGB value is (66,100,113). Sum of RGB (Red+Green+Blue) = 66+100+113=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #426471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426471 is #BD9B8E. Grayscale: #5B5B5B. Windows color (decimal): -12426127 or 7431234. OLE color: 7431234.

HSL color Cylindrical-coordinate representation of color #426471: hue angle of 196.6º 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 #426471 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 100 113 -
CMYK 0.42 0.12 0 0.56
HSL 196.6º 0.26% 0.35% -
HSV(B) 196.6º 0.42% 0.44% -
XYZ 9.78 11.46 17.32 -
YUV 91.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 66 100 113 0.42 0.12 0 0.56 196.6 0.26 0.35
Hex 42 64 71 2A C 0 38 C5 1A 23
Octal 102 144 161 52 14 0 70 305 32 43
Binary 1000010 1100100 1110001 101010 1100 0 111000 11000101 11010 100011

Color Harmonies of #426471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426471

Black with #426471

Text Example


Text Example

White with #426471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426471; }

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

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

background-color css

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

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

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

border-color css

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

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

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