Html Css Color HEX #426573 Bismark

📋 copy color: '#426573'

red 66 ◦ green 101 ◦ blue 115

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

Shades of Bismark #426573

Tints of Bismark #426573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

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

R = 23.4%
G = 35.82%
B = 40.78%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426573 (or 0x426573) is known color: Bismark. HEX triplet: 42, 65 and 73. RGB value is (66,101,115). Sum of RGB (Red+Green+Blue) = 66+101+115=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #426573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426573 is #BD9A8C. Grayscale: #5C5C5C. Windows color (decimal): -12425869 or 7562562. OLE color: 7562562.

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

Color convert

RGB 66 101 115 -
CMYK 0.43 0.12 0 0.55
HSL 197.14º 0.27% 0.35% -
HSV(B) 197.14º 0.43% 0.45% -
XYZ 9.99 11.7 17.95 -
YUV 92.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 66 101 115 0.43 0.12 0 0.55 197.14 0.27 0.35
Hex 42 65 73 2B C 0 37 C5 1B 23
Octal 102 145 163 53 14 0 67 305 33 43
Binary 1000010 1100101 1110011 101011 1100 0 110111 11000101 11011 100011

Color Harmonies of #426573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426573

Black with #426573

Text Example


Text Example

White with #426573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426573; }

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

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

background-color css

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

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

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

border-color css

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

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

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