Html Css Color HEX #426972 Bismark

📋 copy color: '#426972'

red 66 ◦ green 105 ◦ blue 114

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

Shades of Bismark #426972

Tints of Bismark #426972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.84%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 23.16%
G = 36.84%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426972 (or 0x426972) is known color: Bismark. HEX triplet: 42, 69 and 72. RGB value is (66,105,114). Sum of RGB (Red+Green+Blue) = 66+105+114=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #426972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426972 is #BD968D. Grayscale: #5E5E5E. Windows color (decimal): -12424846 or 7498050. OLE color: 7498050.

HSL color Cylindrical-coordinate representation of color #426972: hue angle of 191.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426972 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 105 114 -
CMYK 0.42 0.08 0 0.55
HSL 191.25º 0.27% 0.35% -
HSV(B) 191.25º 0.42% 0.45% -
XYZ 10.34 12.48 17.78 -
YUV 94.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 66 105 114 0.42 0.08 0 0.55 191.25 0.27 0.35
Hex 42 69 72 2A 8 0 37 BF 1B 23
Octal 102 151 162 52 10 0 67 277 33 43
Binary 1000010 1101001 1110010 101010 1000 0 110111 10111111 11011 100011

Color Harmonies of #426972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426972

Black with #426972

Text Example


Text Example

White with #426972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426972; }

 p { color: rgb(66,105,114); }

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

background-color css

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

 a { background-color: rgb(66,105,114); }

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

border-color css

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

 span { border-color: rgb(66,105,114); }

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