Html Css Color HEX #426373 Bismark

📋 copy color: '#426373'

red 66 ◦ green 99 ◦ blue 115

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

Shades of Bismark #426373

Tints of Bismark #426373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 23.57%
G = 35.36%
B = 41.07%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426373 (or 0x426373) is known color: Bismark. HEX triplet: 42, 63 and 73. RGB value is (66,99,115). Sum of RGB (Red+Green+Blue) = 66+99+115=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #426373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426373 is #BD9C8C. Grayscale: #5A5A5A. Windows color (decimal): -12426381 or 7562050. OLE color: 7562050.

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

Color convert

RGB 66 99 115 -
CMYK 0.43 0.14 0 0.55
HSL 199.59º 0.27% 0.35% -
HSV(B) 199.59º 0.43% 0.45% -
XYZ 9.8 11.32 17.89 -
YUV 90.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 66 99 115 0.43 0.14 0 0.55 199.59 0.27 0.35
Hex 42 63 73 2B E 0 37 C8 1B 23
Octal 102 143 163 53 16 0 67 310 33 43
Binary 1000010 1100011 1110011 101011 1110 0 110111 11001000 11011 100011

Color Harmonies of #426373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426373

Black with #426373

Text Example


Text Example

White with #426373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426373; }

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

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

background-color css

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

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

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

border-color css

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

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

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