Html Css Color HEX #426370 Bismark

📋 copy color: '#426370'

red 66 ◦ green 99 ◦ blue 112

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

Shades of Bismark #426370

Tints of Bismark #426370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 23.83%
G = 35.74%
B = 40.43%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426370 (or 0x426370) is known color: Bismark. HEX triplet: 42, 63 and 70. RGB value is (66,99,112). Sum of RGB (Red+Green+Blue) = 66+99+112=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #426370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426370 is #BD9C8F. Grayscale: #5A5A5A. Windows color (decimal): -12426384 or 7365442. OLE color: 7365442.

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

Color convert

RGB 66 99 112 -
CMYK 0.41 0.12 0 0.56
HSL 196.96º 0.26% 0.35% -
HSV(B) 196.96º 0.41% 0.44% -
XYZ 9.63 11.25 16.99 -
YUV 90.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 66 99 112 0.41 0.12 0 0.56 196.96 0.26 0.35
Hex 42 63 70 29 C 0 38 C5 1A 23
Octal 102 143 160 51 14 0 70 305 32 43
Binary 1000010 1100011 1110000 101001 1100 0 111000 11000101 11010 100011

Color Harmonies of #426370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426370

Black with #426370

Text Example


Text Example

White with #426370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426370; }

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

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

background-color css

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

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

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

border-color css

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

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

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