Html Css Color HEX #426B73 Bismark

📋 copy color: '#426B73'

red 66 ◦ green 107 ◦ blue 115

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

Shades of Bismark #426B73

Tints of Bismark #426B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

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

R = 22.92%
G = 37.15%
B = 39.93%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426B73 (or 0x426B73) is known color: Bismark. HEX triplet: 42, 6B and 73. RGB value is (66,107,115). Sum of RGB (Red+Green+Blue) = 66+107+115=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #426B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B73 is #BD948C. Grayscale: #5F5F5F. Windows color (decimal): -12424333 or 7564098. OLE color: 7564098.

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

Color convert

RGB 66 107 115 -
CMYK 0.43 0.07 0 0.55
HSL 189.8º 0.27% 0.35% -
HSV(B) 189.8º 0.43% 0.45% -
XYZ 10.6 12.91 18.15 -
YUV 95.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 66 107 115 0.43 0.07 0 0.55 189.8 0.27 0.35
Hex 42 6B 73 2B 7 0 37 BE 1B 23
Octal 102 153 163 53 7 0 67 276 33 43
Binary 1000010 1101011 1110011 101011 111 0 110111 10111110 11011 100011

Color Harmonies of #426B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B73

Black with #426B73

Text Example


Text Example

White with #426B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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