Html Css Color HEX #426271 Bismark

📋 copy color: '#426271'

red 66 ◦ green 98 ◦ blue 113

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

Shades of Bismark #426271

Tints of Bismark #426271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 23.83%
G = 35.38%
B = 40.79%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426271 (or 0x426271) is known color: Bismark. HEX triplet: 42, 62 and 71. RGB value is (66,98,113). Sum of RGB (Red+Green+Blue) = 66+98+113=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #426271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426271 is #BD9D8E. Grayscale: #5A5A5A. Windows color (decimal): -12426639 or 7430722. OLE color: 7430722.

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

Color convert

RGB 66 98 113 -
CMYK 0.42 0.13 0 0.56
HSL 199.15º 0.26% 0.35% -
HSV(B) 199.15º 0.42% 0.44% -
XYZ 9.6 11.09 17.26 -
YUV 90.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 66 98 113 0.42 0.13 0 0.56 199.15 0.26 0.35
Hex 42 62 71 2A D 0 38 C7 1A 23
Octal 102 142 161 52 15 0 70 307 32 43
Binary 1000010 1100010 1110001 101010 1101 0 111000 11000111 11010 100011

Color Harmonies of #426271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426271

Black with #426271

Text Example


Text Example

White with #426271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426271; }

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

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

background-color css

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

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

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

border-color css

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

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

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