Html Css Color HEX #426173 Bismark

📋 copy color: '#426173'

red 66 ◦ green 97 ◦ blue 115

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

Shades of Bismark #426173

Tints of Bismark #426173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 23.74%
G = 34.89%
B = 41.37%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426173 (or 0x426173) is known color: Bismark. HEX triplet: 42, 61 and 73. RGB value is (66,97,115). Sum of RGB (Red+Green+Blue) = 66+97+115=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #426173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426173 is #BD9E8C. Grayscale: #595959. Windows color (decimal): -12426893 or 7561538. OLE color: 7561538.

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

Color convert

RGB 66 97 115 -
CMYK 0.43 0.16 0 0.55
HSL 202.04º 0.27% 0.35% -
HSV(B) 202.04º 0.43% 0.45% -
XYZ 9.62 10.95 17.83 -
YUV 89.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 66 97 115 0.43 0.16 0 0.55 202.04 0.27 0.35
Hex 42 61 73 2B 10 0 37 CA 1B 23
Octal 102 141 163 53 20 0 67 312 33 43
Binary 1000010 1100001 1110011 101011 10000 0 110111 11001010 11011 100011

Color Harmonies of #426173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426173

Black with #426173

Text Example


Text Example

White with #426173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426173; }

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

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

background-color css

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

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

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

border-color css

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

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

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