Html Css Color HEX #426A73 Bismark

📋 copy color: '#426A73'

red 66 ◦ green 106 ◦ blue 115

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

Shades of Bismark #426A73

Tints of Bismark #426A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

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

R = 23%
G = 36.93%
B = 40.07%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426A73 (or 0x426A73) is known color: Bismark. HEX triplet: 42, 6A and 73. RGB value is (66,106,115). Sum of RGB (Red+Green+Blue) = 66+106+115=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #426A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A73 is #BD958C. Grayscale: #5E5E5E. Windows color (decimal): -12424589 or 7563842. OLE color: 7563842.

HSL color Cylindrical-coordinate representation of color #426A73: hue angle of 191.02º 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 #426A73 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 106 115 -
CMYK 0.43 0.08 0 0.55
HSL 191.02º 0.27% 0.35% -
HSV(B) 191.02º 0.43% 0.45% -
XYZ 10.5 12.7 18.12 -
YUV 95.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 66 106 115 0.43 0.08 0 0.55 191.02 0.27 0.35
Hex 42 6A 73 2B 8 0 37 BF 1B 23
Octal 102 152 163 53 10 0 67 277 33 43
Binary 1000010 1101010 1110011 101011 1000 0 110111 10111111 11011 100011

Color Harmonies of #426A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A73

Black with #426A73

Text Example


Text Example

White with #426A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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