Html Css Color HEX #426571 Bismark

📋 copy color: '#426571'

red 66 ◦ green 101 ◦ blue 113

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

Shades of Bismark #426571

Tints of Bismark #426571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

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

R = 23.57%
G = 36.07%
B = 40.36%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426571 (or 0x426571) is known color: Bismark. HEX triplet: 42, 65 and 71. RGB value is (66,101,113). Sum of RGB (Red+Green+Blue) = 66+101+113=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #426571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426571 is #BD9A8E. Grayscale: #5B5B5B. Windows color (decimal): -12425871 or 7431490. OLE color: 7431490.

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

Color convert

RGB 66 101 113 -
CMYK 0.42 0.11 0 0.56
HSL 195.32º 0.26% 0.35% -
HSV(B) 195.32º 0.42% 0.44% -
XYZ 9.88 11.66 17.35 -
YUV 91.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 66 101 113 0.42 0.11 0 0.56 195.32 0.26 0.35
Hex 42 65 71 2A B 0 38 C3 1A 23
Octal 102 145 161 52 13 0 70 303 32 43
Binary 1000010 1100101 1110001 101010 1011 0 111000 11000011 11010 100011

Color Harmonies of #426571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426571

Black with #426571

Text Example


Text Example

White with #426571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426571; }

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

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

background-color css

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

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

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

border-color css

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

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

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