Html Css Color HEX #426873 Bismark

📋 copy color: '#426873'

red 66 ◦ green 104 ◦ blue 115

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

Shades of Bismark #426873

Tints of Bismark #426873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 23.16%
G = 36.49%
B = 40.35%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426873 (or 0x426873) is known color: Bismark. HEX triplet: 42, 68 and 73. RGB value is (66,104,115). Sum of RGB (Red+Green+Blue) = 66+104+115=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #426873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426873 is #BD978C. Grayscale: #5D5D5D. Windows color (decimal): -12425101 or 7563330. OLE color: 7563330.

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

Color convert

RGB 66 104 115 -
CMYK 0.43 0.10 0 0.55
HSL 193.47º 0.27% 0.35% -
HSV(B) 193.47º 0.43% 0.45% -
XYZ 10.29 12.3 18.05 -
YUV 93.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 66 104 115 0.43 0.10 0 0.55 193.47 0.27 0.35
Hex 42 68 73 2B A 0 37 C1 1B 23
Octal 102 150 163 53 12 0 67 301 33 43
Binary 1000010 1101000 1110011 101011 1010 0 110111 11000001 11011 100011

Color Harmonies of #426873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426873

Black with #426873

Text Example


Text Example

White with #426873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426873; }

 p { color: rgb(66,104,115); }

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

background-color css

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

 a { background-color: rgb(66,104,115); }

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

border-color css

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

 span { border-color: rgb(66,104,115); }

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