Html Css Color HEX #426773 Bismark

📋 copy color: '#426773'

red 66 ◦ green 103 ◦ blue 115

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

Shades of Bismark #426773

Tints of Bismark #426773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

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

R = 23.24%
G = 36.27%
B = 40.49%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426773 (or 0x426773) is known color: Bismark. HEX triplet: 42, 67 and 73. RGB value is (66,103,115). Sum of RGB (Red+Green+Blue) = 66+103+115=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #426773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426773 is #BD988C. Grayscale: #5D5D5D. Windows color (decimal): -12425357 or 7563074. OLE color: 7563074.

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

Color convert

RGB 66 103 115 -
CMYK 0.43 0.10 0 0.55
HSL 194.69º 0.27% 0.35% -
HSV(B) 194.69º 0.43% 0.45% -
XYZ 10.19 12.1 18.02 -
YUV 93.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 66 103 115 0.43 0.10 0 0.55 194.69 0.27 0.35
Hex 42 67 73 2B A 0 37 C3 1B 23
Octal 102 147 163 53 12 0 67 303 33 43
Binary 1000010 1100111 1110011 101011 1010 0 110111 11000011 11011 100011

Color Harmonies of #426773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426773

Black with #426773

Text Example


Text Example

White with #426773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426773; }

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

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

background-color css

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

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

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

border-color css

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

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

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