Html Css Color HEX #426270 Bismark

📋 copy color: '#426270'

red 66 ◦ green 98 ◦ blue 112

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

Shades of Bismark #426270

Tints of Bismark #426270

RGB

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

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

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

R = 23.91%
G = 35.51%
B = 40.58%

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

#426270 (or 0x426270) is known color: Bismark. HEX triplet: 42, 62 and 70. RGB value is (66,98,112). Sum of RGB (Red+Green+Blue) = 66+98+112=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #426270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426270 is #BD9D8F. Grayscale: #595959. Windows color (decimal): -12426640 or 7365186. OLE color: 7365186.

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

Color convert

RGB 66 98 112 -
CMYK 0.41 0.13 0 0.56
HSL 198.26º 0.26% 0.35% -
HSV(B) 198.26º 0.41% 0.44% -
XYZ 9.54 11.06 16.96 -
YUV 90.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 66 98 112 0.41 0.13 0 0.56 198.26 0.26 0.35
Hex 42 62 70 29 D 0 38 C6 1A 23
Octal 102 142 160 51 15 0 70 306 32 43
Binary 1000010 1100010 1110000 101001 1101 0 111000 11000110 11010 100011

Color Harmonies of #426270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426270

Black with #426270

Text Example


Text Example

White with #426270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426270; }

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

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

background-color css

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

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

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

border-color css

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

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

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