Html Css Color HEX #426071 Bismark

📋 copy color: '#426071'

red 66 ◦ green 96 ◦ blue 113

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

Shades of Bismark #426071

Tints of Bismark #426071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

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

R = 24%
G = 34.91%
B = 41.09%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426071 (or 0x426071) is known color: Bismark. HEX triplet: 42, 60 and 71. RGB value is (66,96,113). Sum of RGB (Red+Green+Blue) = 66+96+113=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #426071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426071 is #BD9F8E. Grayscale: #585858. Windows color (decimal): -12427151 or 7430210. OLE color: 7430210.

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

Color convert

RGB 66 96 113 -
CMYK 0.42 0.15 0 0.56
HSL 201.7º 0.26% 0.35% -
HSV(B) 201.7º 0.42% 0.44% -
XYZ 9.41 10.72 17.2 -
YUV 88.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 66 96 113 0.42 0.15 0 0.56 201.7 0.26 0.35
Hex 42 60 71 2A F 0 38 CA 1A 23
Octal 102 140 161 52 17 0 70 312 32 43
Binary 1000010 1100000 1110001 101010 1111 0 111000 11001010 11010 100011

Color Harmonies of #426071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426071

Black with #426071

Text Example


Text Example

White with #426071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426071; }

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

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

background-color css

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

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

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

border-color css

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

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

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