Html Css Color HEX #426170 Bismark

📋 copy color: '#426170'

red 66 ◦ green 97 ◦ blue 112

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

Shades of Bismark #426170

Tints of Bismark #426170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 24%
G = 35.27%
B = 40.73%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426170 (or 0x426170) is known color: Bismark. HEX triplet: 42, 61 and 70. RGB value is (66,97,112). Sum of RGB (Red+Green+Blue) = 66+97+112=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #426170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426170 is #BD9E8F. Grayscale: #595959. Windows color (decimal): -12426896 or 7364930. OLE color: 7364930.

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

Color convert

RGB 66 97 112 -
CMYK 0.41 0.13 0 0.56
HSL 199.57º 0.26% 0.35% -
HSV(B) 199.57º 0.41% 0.44% -
XYZ 9.45 10.88 16.93 -
YUV 89.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 66 97 112 0.41 0.13 0 0.56 199.57 0.26 0.35
Hex 42 61 70 29 D 0 38 C8 1A 23
Octal 102 141 160 51 15 0 70 310 32 43
Binary 1000010 1100001 1110000 101001 1101 0 111000 11001000 11010 100011

Color Harmonies of #426170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426170

Black with #426170

Text Example


Text Example

White with #426170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426170; }

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

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

background-color css

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

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

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

border-color css

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

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

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